Share via


BlobServiceChangeFeed.RetentionInDays Property

Definition

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.

public int? RetentionInDays { get; set; }
member this.RetentionInDays : Nullable<int> with get, set
Public Property RetentionInDays As Nullable(Of Integer)

Property Value

Applies to