Uses of Class
com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel
-
-
Uses of DefaultConsistencyLevel in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return DefaultConsistencyLevel Modifier and Type Method Description DefaultConsistencyLevelConsistencyPolicy. defaultConsistencyLevel()Get the default consistency level and configuration settings of the Cosmos DB account.DefaultConsistencyLevelCosmosDBAccount. defaultConsistencyLevel()static DefaultConsistencyLevelDefaultConsistencyLevel. fromString(String value)Parses a serialized value to a DefaultConsistencyLevel instance.static DefaultConsistencyLevelDefaultConsistencyLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultConsistencyLevel[]DefaultConsistencyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.cosmosdb with parameters of type DefaultConsistencyLevel Modifier and Type Method Description ConsistencyPolicyConsistencyPolicy. withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)Set the default consistency level and configuration settings of the Cosmos DB account.
-