AccountConsistency.MaxStalenessIntervalInSeconds Property

Definition

For bounded staleness consistency, the maximum allowed staleness in terms time interval in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="maxIntervalInSeconds")]
public int MaxStalenessIntervalInSeconds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxIntervalInSeconds")>]
member this.MaxStalenessIntervalInSeconds : int
Public ReadOnly Property MaxStalenessIntervalInSeconds As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to