Uses of Class
com.azure.cosmos.models.CosmosBatch
Packages that use 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
Methods in com.azure.cosmos with parameters of type CosmosBatchModifier 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
Methods in com.azure.cosmos.models that return CosmosBatchModifier 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