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 = 1The cache mode is disabled.
ReadOnly = 2The cache mode is read-only.
ReadWrite = 3The cache mode is read/write.
Unknown = 0The cache mode is unknown.
WriteOnly = 4The cache mode is write-only.