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