Skip to content

TableTransactWriteConfig

type TableTransactWriteConfig = BaseConfig & object;

Configuration for the TableTransactWrite command.

optional idempotencyToken: string;
optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;
transactions: PreparedWriteTransaction<any>[];