Skip to content

BatchWriteResult

type BatchWriteResult<Schema> = BaseResult & object;

Result of the BatchWrite command.

optional itemColectionMetrics: ItemCollectionMetrics;
optional unprocessedDeletes: Partial<EntitySchema<Schema>>[];
optional unprocessedPuts: EntitySchema<Schema>[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.