Uses of Class
com.azure.cosmos.models.CosmosBatchRequestOptions
Packages that use CosmosBatchRequestOptions
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 CosmosBatchRequestOptions in com.azure.cosmos
Methods in com.azure.cosmos with parameters of type CosmosBatchRequestOptionsModifier and TypeMethodDescriptionCosmosAsyncContainer.executeCosmosBatch(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch.CosmosContainer.executeCosmosBatch(CosmosBatch cosmosBatch, CosmosBatchRequestOptions requestOptions) Executes the transactional batch. -
Uses of CosmosBatchRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosBatchRequestOptionsModifier and TypeMethodDescriptionCosmosBatchRequestOptions.setSessionToken(String sessionToken) Sets the token for use with session consistency.