Skip to content

BatchWriteConfig

type BatchWriteConfig<Schema> = BaseConfig & object;

Configuration for the BatchWrite command.

optional deletes: Partial<EntitySchema<Schema>>[];
optional items: EntitySchema<Schema>[];
optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;

Schema extends ZodObject

The Zod schema defining the structure of the entity.