Uses of Class
com.azure.resourcemanager.cosmos.models.ConsistencyPolicy
-
Packages that use ConsistencyPolicy Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 ConsistencyPolicy Modifier and Type Method Description ConsistencyPolicyDatabaseAccountCreateUpdateProperties. consistencyPolicy()Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.ConsistencyPolicyDatabaseAccountGetProperties. consistencyPolicy()Get the consistencyPolicy property: The consistency policy for the Cosmos DB database account.ConsistencyPolicyDatabaseAccountGetResultsInner. consistencyPolicy()Get the consistencyPolicy property: The consistency policy for the Cosmos DB database account.ConsistencyPolicyDatabaseAccountUpdateProperties. 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 ConsistencyPolicy Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)Set the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)Set the consistencyPolicy property: The consistency policy for the Cosmos DB database account.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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 ConsistencyPolicy Modifier and Type Method Description ConsistencyPolicyCosmosDBAccount. consistencyPolicy()ConsistencyPolicyDatabaseAccountCreateUpdateParameters. consistencyPolicy()Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.ConsistencyPolicyDatabaseAccountUpdateParameters. consistencyPolicy()Get the consistencyPolicy property: The consistency policy for the Cosmos DB account.ConsistencyPolicyConsistencyPolicy. withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)Set the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos DB account.ConsistencyPolicyConsistencyPolicy. 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.ConsistencyPolicyConsistencyPolicy. 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 ConsistencyPolicy Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withConsistencyPolicy(ConsistencyPolicy consistencyPolicy)Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.
-