Skip to content

TableBatchGetResult

type TableBatchGetResult<Gets> = object;

Result of the TableBatchGet command.

Gets extends PreparedBatchGet<any>[]

Tuple of PreparedBatchGet types, one per entity group.

optional consumedCapacity: ConsumedCapacity;

items: TableBatchGetItems<Gets>;

optional responseMetadata: ResponseMetadata;

unprocessedKeys: TableBatchGetUnprocessedKeys<Gets>;