ChangeFeed.RetentionInDays プロパティ

定義

changeFeed 保有期間を日数で示す値を取得または設定します。 最小値は 1 日で、最大値は 146000 日 (400 年) です。 null 値は、変更フィードの無限保持を示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象