Share via


DeleteRetentionPolicy.Days Property

Definition

Gets or sets indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to