mGet()
#
Gets multiple documents.
Arguments #
mGet(ids: string[]): Promise<any>;
Arguments | Type | Description |
---|---|---|
ids | string[] | List of document unique identifiers |
Return #
The mGet
function returns a promise, resolving to the list of documents contents
If an ObjectConstructor
argument was provided to the repository constructor, then each content is returned as an instance of that class instead of a raw object.
Edit this page on Github(opens new window)