ConsistencyLevelEnum
Tells whether snapshot has app or crash consistency.
Values
| Value | Description |
|---|---|
| APP_CONSISTENT | Snapshot has application-level consistency. |
| CRASH_CONSISTENT | Snapshot has crash consistency. |
| FILE_SYSTEM_CONSISTENT | Snapshot has file system consistency. |
| INCONSISTENT | Snapshot is inconsistent. |
| UNKNOWN | Unknown consistency level. |
| VSS_CONSISTENT | Snapshot has VSS (Volume Shadow Copy Service) consistency. |