Uses of Enum
com.azure.resourcemanager.cosmos.models.DefaultConsistencyLevel
Packages that use DefaultConsistencyLevel
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of DefaultConsistencyLevel in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return DefaultConsistencyLevelModifier and TypeMethodDescriptionConsistencyPolicy.defaultConsistencyLevel()
Get the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos DB account.CosmosDBAccount.defaultConsistencyLevel()
Gets the default consistency level for the CosmosDB database account.static DefaultConsistencyLevel
DefaultConsistencyLevel.fromString
(String value) Parses a serialized value to a DefaultConsistencyLevel instance.static DefaultConsistencyLevel
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.azure.resourcemanager.cosmos.models with parameters of type DefaultConsistencyLevelModifier and TypeMethodDescriptionConsistencyPolicy.withDefaultConsistencyLevel
(DefaultConsistencyLevel defaultConsistencyLevel) Set the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos DB account.