ICosmosItems.batch(operations: readonly CosmosBatchOperation[],partitionKey: CosmosPartitionKeyValue): Promise<CosmosBatchResponse>
Runs a transactional batch, atomic within one partition-key value.
operations: readonly CosmosBatchOperation[]
The operations, at most 100
partitionKey: CosmosPartitionKeyValue
The single partition-key value every operation targets
Promise<CosmosBatchResponse>
The batch response