DiskPartitionObjectTypeDisk Partition Object Schema

The DiskPartitionType type is intended to characterize partitions of disk drives.


Fields

Field Name Type Description
@object_referenceoptional QName

The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.

Custom_Properties0..1 CustomPropertiesType

The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas.

Created0..1 DateTimeObjectPropertyType

The Created field specifies the date/time the partition was created.

Device_Name0..1 NameObjectPropertyType

The Device_Name field specifies the name of the device on which the partition resides.

Mount_Point0..1 StringObjectPropertyType

The Mount_Point field specifies the mount point of the partition.

Partition_ID0..1 IntegerObjectPropertyType

The Partition_ID field specifies the numerical identifier of the partition.

Partition_Length0..1 UnsignedLongObjectPropertyType

The Partition_Length field specifies the length of the partition, in bytes.

Partition_Offset0..1 UnsignedLongObjectPropertyType

The Partition_Offset field specifies the starting offset of the partition, in bytes.

Space_Left0..1 UnsignedLongObjectPropertyType

The Space_Left field specifies the amount of space left on the partition, in bytes.

Space_Used0..1 UnsignedLongObjectPropertyType

The Space_Used field specifies the amount of space used on the partition, in bytes.

Total_Space0..1 UnsignedLongObjectPropertyType

The Total_Space field specifies the total amount of space available on the partition, in bytes.

Type0..1 PartitionType

The Type field specifies the type of partition being characterized.