Uses of Class
com.azure.cosmos.models.CosmosBatch
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosBatch in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosAsyncContainer.executeCosmosBatch
(CosmosBatch cosmosBatch) Executes the transactional batch.CosmosAsyncContainer.executeCosmosBatch
(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch.CosmosContainer.executeCosmosBatch
(CosmosBatch cosmosBatch) Executes the transactional batch.CosmosContainer.executeCosmosBatch
(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch. -
Uses of CosmosBatch in com.azure.cosmos.models
Modifier and TypeMethodDescriptionstatic CosmosBatch
CosmosBatch.createCosmosBatch
(PartitionKey partitionKey) Initializes a new instance ofCosmosBatch
that will contain operations to be performed across multiple items in the container with the provided partition key in a transactional manner