Share via


AzureBlobStorageHttpLogsConfig.RetentionInDay Property

Definition

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

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

Property Value

Implements

Attributes

Applies to