Condividi tramite


Table.TotalRetentionInDays Property

Definition

Gets or sets the table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRetentionInDays")]
public int? TotalRetentionInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRetentionInDays")>]
member this.TotalRetentionInDays : Nullable<int> with get, set
Public Property TotalRetentionInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to