TieringPolicy.Duration Property

Definition

Gets or sets number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to