Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the status of the data on the drive.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[FlagsAttribute]
public enum DriveDataStatus
[FlagsAttribute]
public enum class DriveDataStatus
<FlagsAttribute>
Public Enumeration DriveDataStatus
Members
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. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top