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.setCustomItemSerializer
(CosmosItemSerializer customItemSerializer) Allows specifying a custom item serializer to be used for this operation.CosmosBatchRequestOptions.setDiagnosticsThresholds
(CosmosDiagnosticsThresholds operationSpecificThresholds) Allows overriding the diagnostic thresholds for a specific operation.CosmosBatchRequestOptions.setExcludedRegions
(List<String> excludeRegions) List of regions to be excluded for the request/retries.CosmosBatchRequestOptions.setKeywordIdentifiers
(Set<String> keywordIdentifiers) Sets the custom ids.CosmosBatchRequestOptions.setSessionToken
(String sessionToken) Sets the token for use with session consistency.