Condividi tramite


Table.RetentionInDays Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to