ManagementPolicyBaseBlob.EnableAutoTierToHotFromCool プロパティ

定義

このプロパティを取得または設定すると、BLOB アクセスで BLOB をクールからホットに自動階層化できます。 このプロパティには、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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象