Enum MicrosoftFailoverClusterStorageSpacesDirectCacheMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Storage Spaces Direct cache mode.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterStorageSpacesDirectCacheMode
Fields
Disabled = 1
The cache mode is disabled.
ReadOnly = 2
The cache mode is read-only.
ReadWrite = 3
The cache mode is read/write.
Unknown = 0
The cache mode is unknown.
WriteOnly = 4
The cache mode is write-only.