Share via


ConsistencyPolicy.MaxIntervalInSeconds Property

Definition

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'.

public int? MaxIntervalInSeconds { get; set; }
member this.MaxIntervalInSeconds : Nullable<int> with get, set
Public Property MaxIntervalInSeconds As Nullable(Of Integer)

Property Value

Applies to