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