次の方法で共有


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

適用対象