CheckDiskStepId Enumeration
Indicates the step values for the check disk operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum CheckDiskStepId
public enum class CheckDiskStepId
Public Enumeration CheckDiskStepId
Members
Member name | Description | |
---|---|---|
CheckFiles | Indicates that the files are being checked. |
|
CheckIndexes | Indicates that the indexes are being checked. |
|
CheckSIDs | Indicates that the security identifiers are being checked. |
|
Finalize | Indicates that the check disk operation is finalizing. |
|
Initialize | Indicates that the check disk operation is initializing. |
|
Pending | Indicates that the check disk operation has not started. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top