Show / Hide Table of Contents

Class GetAccountConsistencyPolicyResult

Inheritance
System.Object
GetAccountConsistencyPolicyResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountConsistencyPolicyResult

Fields

View Source

ConsistencyLevel

The Consistency Level used by this CosmosDB Account.

Declaration
public readonly string ConsistencyLevel
Field Value
Type Description
System.String
View Source

MaxIntervalInSeconds

The amount of staleness (in seconds) tolerated when the consistency level is Bounded Staleness.

Declaration
public readonly int MaxIntervalInSeconds
Field Value
Type Description
System.Int32
View Source

MaxStalenessPrefix

The number of stale requests tolerated when the consistency level is Bounded Staleness.

Declaration
public readonly int MaxStalenessPrefix
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.