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
Subclasses with type arguments of type DefaultConsistencyLevel in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionenumThe default consistency level and configuration settings of the Cosmos DB account.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 DefaultConsistencyLevelDefaultConsistencyLevel.fromString(String value) Parses a serialized value to a DefaultConsistencyLevel instance.static DefaultConsistencyLevelReturns 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.