ConsistencyPolicy.MaxStalenessPrefix Property

Definition

For bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version) in the Azure Cosmos DB service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to