Consistency Policy Response
data class ConsistencyPolicyResponse(val defaultConsistencyLevel: String, val maxIntervalInSeconds: Int? = null, val maxStalenessPrefix: Double? = null)
The consistency policy for the Cosmos DB database account.
Constructors
Link copied to clipboard
fun ConsistencyPolicyResponse(defaultConsistencyLevel: String, maxIntervalInSeconds: Int? = null, maxStalenessPrefix: Double? = null)