Uses of Class
com.azure.cosmos.models.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
Modifier 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
Modifier and TypeMethodDescriptionCosmosBatchRequestOptions.setDiagnosticsThresholds
(CosmosDiagnosticsThresholds operationSpecificThresholds) Allows overriding the diagnostic thresholds for a specific operation.CosmosBatchRequestOptions.setExcludedRegions
(List<String> excludeRegions) List of regions to exclude for the request/retries.CosmosBatchRequestOptions.setSessionToken
(String sessionToken) Sets the token for use with session consistency.