Core
Framework v2.x
2

mGet() #

Gets multiple documents.

Arguments #

Copied to clipboard!
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.