Uses of Class
com.azure.cosmos.models.CosmosBatchResponse
Packages that use CosmosBatchResponse
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosBatchResponse in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosBatchResponseModifier and TypeMethodDescriptionCosmosContainer.executeCosmosBatch
(CosmosBatch cosmosBatch) Executes the transactional batch.CosmosContainer.executeCosmosBatch
(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch.Methods in com.azure.cosmos that return types with arguments of type CosmosBatchResponseModifier and TypeMethodDescriptionCosmosAsyncContainer.executeCosmosBatch
(CosmosBatch cosmosBatch) Executes the transactional batch.CosmosAsyncContainer.executeCosmosBatch
(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch.