Uses of Enum
com.azure.cosmos.ConsistencyLevel
Packages that use ConsistencyLevel
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 ConsistencyLevel in com.azure.cosmos
Methods in com.azure.cosmos that return ConsistencyLevelModifier and TypeMethodDescriptionCosmosRequestContext.getConsistencyLevel()
Gets the consistency level.CosmosDiagnosticsContext.getEffectiveConsistencyLevel()
The effective consistency level of the operationstatic ConsistencyLevel
Returns the enum constant of this type with the specified name.static ConsistencyLevel[]
ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos with parameters of type ConsistencyLevelModifier and TypeMethodDescriptionCosmosClientBuilder.consistencyLevel
(ConsistencyLevel desiredConsistencyLevel) -
Uses of ConsistencyLevel in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ConsistencyLevelModifier and TypeMethodDescriptionCosmosItemRequestOptions.getConsistencyLevel()
Gets the consistency level required for the request.CosmosQueryRequestOptions.getConsistencyLevel()
Gets the consistency level required for the request.CosmosReadManyRequestOptions.getConsistencyLevel()
Gets the consistency level required for the request.CosmosRequestOptions.getConsistencyLevel()
Gets the consistency level.Methods in com.azure.cosmos.models with parameters of type ConsistencyLevelModifier and TypeMethodDescriptionCosmosItemRequestOptions.setConsistencyLevel
(ConsistencyLevel consistencyLevel) Sets the consistency level required for the request.CosmosQueryRequestOptions.setConsistencyLevel
(ConsistencyLevel consistencyLevel) Sets the consistency level required for the request.CosmosReadManyRequestOptions.setConsistencyLevel
(ConsistencyLevel consistencyLevel) Sets the consistency level required for the request.CosmosRequestOptions.setConsistencyLevel
(ConsistencyLevel consistencyLevel) Sets the consistency level.