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.
Specifies the disk resiliency features that a storage space can use to handle drive failures.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum StorageSpaceResiliency
public enum class StorageSpaceResiliency
Public Enumeration StorageSpaceResiliency
Members
Member name | Description | |
---|---|---|
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. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top