Snapshot.Incremental プロパティ

定義

スナップショットが増分であるかどうかを取得または設定します。 同じディスク上の増分スナップショットは、完全なスナップショットよりも少ない領域を占有し、差分できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象