Share via


ChangeFeed.RetentionInDays Property

Definition

Gets or sets indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to