次の方法で共有


TieringPolicy.Duration プロパティ

定義

階層化する前に現在のレベルでバックアップを保持する日数/週/月/年数を取得または設定します。 TieringMode が 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象