次の方法で共有


ConsistencyPolicy.MaxIntervalInSeconds プロパティ

定義

有界整合性整合性レベルで使用する場合の取得または設定。この値は、許容される古さの時間 (秒単位) を表します。 この値に使用できる範囲は 5 から 86400 です。 defaultConsistencyPolicy が '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象