Uses of Class
com.azure.resourcemanager.cosmos.models.ConsistencyPolicy
Packages that use ConsistencyPolicy
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ConsistencyPolicy in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ConsistencyPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountGetProperties.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountGetResultsInner.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountUpdateProperties.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ConsistencyPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountGetProperties.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountGetResultsInner.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountUpdateProperties.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB account. -
Uses of ConsistencyPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ConsistencyPolicyModifier and TypeMethodDescriptionCosmosDBAccount.consistencyPolicy()
Gets the consistency policy for the CosmosDB database account.DatabaseAccountCreateUpdateParameters.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountUpdateParameters.consistencyPolicy()
Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.static ConsistencyPolicy
ConsistencyPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConsistencyPolicy from the JsonReader.ConsistencyPolicy.withDefaultConsistencyLevel
(DefaultConsistencyLevel defaultConsistencyLevel) Set the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos DB account.ConsistencyPolicy.withMaxIntervalInSeconds
(Integer maxIntervalInSeconds) Set the maxIntervalInSeconds property: When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated.ConsistencyPolicy.withMaxStalenessPrefix
(Long maxStalenessPrefix) Set the maxStalenessPrefix property: When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ConsistencyPolicyModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountUpdateParameters.withConsistencyPolicy
(ConsistencyPolicy consistencyPolicy) Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.