Condividi tramite


Table.ArchiveRetentionInDays Property

Definition

Gets the table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)

[Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveRetentionInDays")]
public int? ArchiveRetentionInDays { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveRetentionInDays")>]
member this.ArchiveRetentionInDays : Nullable<int>
Public ReadOnly Property ArchiveRetentionInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to