Uses of Class
com.microsoft.azure.management.cosmosdb.ConsistencyPolicy
-
-
Uses of ConsistencyPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ConsistencyPolicy Modifier and Type Method Description ConsistencyPolicyCosmosDBAccount. consistencyPolicy()ConsistencyPolicyConsistencyPolicy. withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)Set the default consistency level and configuration settings of the Cosmos DB account.ConsistencyPolicyConsistencyPolicy. withMaxIntervalInSeconds(Integer maxIntervalInSeconds)Set when used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated.ConsistencyPolicyConsistencyPolicy. withMaxStalenessPrefix(Long maxStalenessPrefix)Set when used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated.
-