Uses of Enum Class
com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel
Package
Description
This package contains the classes for CosmosDB.
-
Uses of DefaultConsistencyLevel in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionConsistencyPolicy.defaultConsistencyLevel()
Get the default consistency level and configuration settings of the Cosmos DB account.CosmosDBAccount.defaultConsistencyLevel()
static DefaultConsistencyLevel
DefaultConsistencyLevel.fromString
(String value) Parses a serialized value to a DefaultConsistencyLevel instance.static DefaultConsistencyLevel
Returns the enum constant of this class with the specified name.static DefaultConsistencyLevel[]
DefaultConsistencyLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConsistencyPolicy.withDefaultConsistencyLevel
(DefaultConsistencyLevel defaultConsistencyLevel) Set the default consistency level and configuration settings of the Cosmos DB account.