Uses of Enum
com.azure.cosmos.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
Modifier and TypeMethodDescriptionCosmosDiagnosticsContext.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.Modifier and TypeMethodDescriptionCosmosClientBuilder.consistencyLevel
(ConsistencyLevel desiredConsistencyLevel) -
Uses of ConsistencyLevel in com.azure.cosmos.models
Modifier 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.Modifier 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.