Uses of Class
com.azure.resourcemanager.cosmos.models.DefaultConsistencyLevel
-
Packages that use DefaultConsistencyLevel Package Description com.azure.resourcemanager.cosmos.models 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 DefaultConsistencyLevel Modifier and Type Method Description DefaultConsistencyLevelConsistencyPolicy. defaultConsistencyLevel()Get the defaultConsistencyLevel property: 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.azure.resourcemanager.cosmos.models with parameters of type DefaultConsistencyLevel Modifier and Type Method Description ConsistencyPolicyConsistencyPolicy. withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)Set the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos DB account.
-