TableBatchGetResult
type TableBatchGetResult<Gets> = object;Result of the TableBatchGet command.
Type Parameters
Section titled “Type Parameters”Gets extends PreparedBatchGet<any>[]
Tuple of PreparedBatchGet types, one per entity group.
Properties
Section titled “Properties”consumedCapacity?
Section titled “consumedCapacity?”optional consumedCapacity: ConsumedCapacity;items: TableBatchGetItems<Gets>;responseMetadata?
Section titled “responseMetadata?”optional responseMetadata: ResponseMetadata;unprocessedKeys
Section titled “unprocessedKeys”unprocessedKeys: TableBatchGetUnprocessedKeys<Gets>;