Udostępnij przez


ChangeFeed.RetentionInDay 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.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public int? RetentionInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.RetentionInDay : Nullable<int> with get, set
Public Property RetentionInDay As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to