ManagementPolicyBaseBlob.EnableAutoTierToHotFromCool Property

Definition

Gets or sets this property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

[Newtonsoft.Json.JsonProperty(PropertyName="enableAutoTierToHotFromCool")]
public bool? EnableAutoTierToHotFromCool { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableAutoTierToHotFromCool")>]
member this.EnableAutoTierToHotFromCool : Nullable<bool> with get, set
Public Property EnableAutoTierToHotFromCool As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to