Share via


ConsistencyPolicy.MaxIntervalInSeconds Property

Definition

Gets or sets when used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'.

[Newtonsoft.Json.JsonProperty(PropertyName="maxIntervalInSeconds")]
public int? MaxIntervalInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxIntervalInSeconds")>]
member this.MaxIntervalInSeconds : Nullable<int> with get, set
Public Property MaxIntervalInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to