Get Account Consistency Policy
data class GetAccountConsistencyPolicy(val consistencyLevel: String, val maxIntervalInSeconds: Int, val maxStalenessPrefix: Int)
Properties
Link copied to clipboard
The Consistency Level used by this CosmosDB Account.
Link copied to clipboard
The amount of staleness (in seconds) tolerated when the consistency level is Bounded Staleness.
Link copied to clipboard
The number of stale requests tolerated when the consistency level is Bounded Staleness.