Enum VssSnapshotCompatibility
The VssSnapshotCompatibility enumeration indicates which volume control or file I/O operations are disabled for the volume that has been shadow copied.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Flags]
public enum VssSnapshotCompatibility
Fields
Name | Description |
---|---|
DisableContentIndex | The provider managing the shadow copies for a specified volume does not support content index operations on that volume. |
DisableDefrag | The provider managing the shadow copies for a specified volume does not support defragmentation operations on that volume. |
None | None of the other flags. |