Uses of Class
com.azure.data.cosmos.ConsistencyLevel
-
Packages that use ConsistencyLevel Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of ConsistencyLevel in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return ConsistencyLevel Modifier and Type Method Description ConsistencyLevel
CosmosClientBuilder. consistencyLevel()
Gets theConsistencyLevel
to be usedConsistencyLevel
CosmosContainerRequestOptions. consistencyLevel()
Gets the consistency level required for the request.ConsistencyLevel
CosmosItemRequestOptions. consistencyLevel()
Gets the consistency level required for the request.ConsistencyLevel
CosmosStoredProcedureRequestOptions. consistencyLevel()
Gets the consistency level required for the request.ConsistencyLevel
ConsistencyPolicy. defaultConsistencyLevel()
Get the name of the resource.static ConsistencyLevel
ConsistencyLevel. valueOf(String name)
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.data.cosmos with parameters of type ConsistencyLevel Modifier and Type Method Description CosmosClientBuilder
CosmosClientBuilder. consistencyLevel(ConsistencyLevel desiredConsistencyLevel)
Sets theConsistencyLevel
to be usedCosmosContainerRequestOptions
CosmosContainerRequestOptions. consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.CosmosItemRequestOptions
CosmosItemRequestOptions. consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.CosmosStoredProcedureRequestOptions
CosmosStoredProcedureRequestOptions. consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.ConsistencyPolicy
ConsistencyPolicy. defaultConsistencyLevel(ConsistencyLevel level)
Set the name of the resource.
-