次の方法で共有


ConsistencyPolicy.MaxStalenessPrefix プロパティ

定義

有界整合性整合性レベルで使用する場合の取得または設定。この値は、許容される古い要求の数を表します。 この値の許容範囲は、1 ~ 2,147,483,647 です。 defaultConsistencyPolicy が 'BoundedStaleness' に設定されている場合に必要です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxStalenessPrefix")]
public long? MaxStalenessPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxStalenessPrefix")>]
member this.MaxStalenessPrefix : Nullable<int64> with get, set
Public Property MaxStalenessPrefix As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象