Enum DiskDrivePartitionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the type of partition.
public enum DiskDrivePartitionType
Fields
BasicGpt = 3
The partition is a basic partition on an GPT disk.
BasicMbr = 2
The partition is a basic partition on an MBR disk.
BasicObsolete = 1
The partition is a basic partition.
This value is obsolete as of XIA Configuration Server version 10.
DynamicGpt = 5
The partition is a dynamic disk on a GPT disk.
DynamicMbr = 4
The partition is a dynamic disk on an MBR disk.
DynamicMetadataGpt = 6
The partition is a dynamic disk metadata on a GPT disk.
DynamicObsolete = 7
The partition is a dynamic disk.
This value is obsolete as of XIA Configuration Server version 10.
Extended = 8
The partition is an extended partition on an MBR basic disk.
Other = 9
The volume is of an other type.
OtherGpt = 10
The volume is of another GPT type.
Unknown = 0
The partition type is unknown.