Share via


DriveStatus Enumeration

 

Indicates the status of the drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public enum DriveStatus
public enum class DriveStatus
Public Enumeration DriveStatus

Members

Member name Description
Checking

Indicates that the check disk operating is running.

Healthy

Indicates that the drive is healthy.

ObjectDeleted

Indicates that the drive object has been deleted.

Repairing

Indicates that check disk is repairing the drive.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top