ISnapshot.Incremental Property

Definition

Gets or sets whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.

public bool? Incremental { get; }
member this.Incremental : Nullable<bool>
Public ReadOnly Property Incremental As Nullable(Of Boolean)

Property Value

Applies to