ManagementPolicyBaseBlob.EnableAutoTierToHotFromCool Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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