Uses of Enum
com.azure.cosmos.ReadConsistencyStrategy
Packages that use ReadConsistencyStrategy
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 ReadConsistencyStrategy in com.azure.cosmos
Methods in com.azure.cosmos that return ReadConsistencyStrategyModifier and TypeMethodDescriptionstatic ReadConsistencyStrategy
Returns the enum constant of this type with the specified name.static ReadConsistencyStrategy[]
ReadConsistencyStrategy.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 ReadConsistencyStrategyModifier and TypeMethodDescriptionCosmosClientBuilder.readConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets theReadConsistencyStrategy
to be used by this client for read/query operations by default. -
Uses of ReadConsistencyStrategy in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ReadConsistencyStrategyModifier and TypeMethodDescriptionCosmosChangeFeedRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosItemRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosQueryRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosReadManyRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy.Methods in com.azure.cosmos.models with parameters of type ReadConsistencyStrategyModifier and TypeMethodDescriptionCosmosChangeFeedRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosItemRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosQueryRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosReadManyRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy.