GetAccountConsistencyPolicy

data class GetAccountConsistencyPolicy(val consistencyLevel: String, val maxIntervalInSeconds: Int, val maxStalenessPrefix: Int)

Constructors

Link copied to clipboard
constructor(consistencyLevel: String, maxIntervalInSeconds: Int, maxStalenessPrefix: Int)

Types

Link copied to clipboard
object Companion

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.