StorageSpaceResiliency Enumeration

 

Specifies the disk resiliency features that a storage space can use to handle drive failures.

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

public enum class StorageSpaceResiliency

Member nameDescription
Parity

Specifies that the storage space uses a parity drive.

Simple

Specifies that the storage space uses a simple drive.

ThreeWayMirror

Specifies that the storage space uses a three-way mirror.

TwoWayMirror

Specifies that the storage space uses a two-way mirror.

Unknown

Specifies that the resiliency of the storage space is unknown.

Return to top

Community Additions

ADD
Show: