Skip to content

TransactWriteConfig

type TransactWriteConfig<Schema> = BaseConfig & object;

Configuration for the TransactWrite command.

optional idempotencyToken: string;
optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;
writes: WriteTransactable<Schema>[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.