Share via


RetentionDuration.DurationType Property

Definition

Gets or sets retention duration type of retention policy. Possible values include: 'Invalid', 'Days', 'Weeks', 'Months', 'Years'

[Newtonsoft.Json.JsonProperty(PropertyName="durationType")]
public string DurationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="durationType")>]
member this.DurationType : string with get, set
Public Property DurationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to