DriveDataStatus Enumeration
Indicates the status of the data on the drive.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: StorageOM (in StorageOM.dll)
| Member name | Description | |
|---|---|---|
| AutoCheck | Indicates that autocheck is scheduled. | |
| DirtyBitSet | Indicates that the dirty bit is set. | |
| FileSystemCorrupt | Indicates that the file system is corrupt. | |
| LowFreeSpace | Indicates that the free space on the drive is low. | |
| LowPoolCapacity | Indicates that the free space in the pool is low. | |
| MountError | Indicates that a mount error occurred. | |
| Ok | Indicates that the data is functioning correctly. | |
| SpacesPoolWarning | Indicates that a warning has occurred in the spaces pool. |
Community Additions
ADD
Show: