Skip to content

TableBatchWriteConfig

type TableBatchWriteConfig<Writes> = BaseConfig & object;

Configuration for the TableBatchWrite command.

optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;
writes: [...Writes];

Writes extends PreparedBatchWrite<any>[]

Tuple of PreparedBatchWrite types, one per entity group.