Table.bulkGet()
Since v3.0.0-alpha.8
Syntax
Parameters
Return Value
Promise
Remarks
Make a request with an array of keys and retrieve a Promise of an array of results. The resulting array will always have the same length as the given array of keys. Every position in the given key array will correspond to the same position in the array of results.
undefined
will be returned for those keys that do not exist in the database.
Example
See also
Table.bulkAdd()
Table.bulkPut()
Table.bulkDelete()