IDiskPartitionInfo Interface |
Namespace: Xcalibur.Models.Hardware.Disk
The IDiskPartitionInfo type exposes the following members.
Name | Description | |
---|---|---|
AssociatedLogicalDisk |
Win32_DiskPartition: Gets or sets the associated logical disk.
| |
BlockSize |
Win32_DiskPartition: BlockSize: Size in bytes of the blocks which form this storage
extent.
| |
Bootable |
Gets or sets a value indicating whether this DiskPartitionInfo is
bootable.
Win32_DiskPartition: Bootable: Computer can be booted from this partition.
| |
Description |
Win32_DiskPartition: Description: Description of the object.
| |
DeviceId |
Win32_DiskPartition: DeviceID: Unique identifier of the disk drive and partition, from
the rest of the system.
| |
DiskIndex |
Win32_DiskPartition: DiskIndex: Index number of the disk containing this partition.
| |
Index |
Win32_DiskPartition: Index: Index number of the partition.
| |
PrimaryPartition |
Win32_DiskPartition: PrimaryPartition: If True, this is the primary partition.
| |
Size |
Win32_DiskPartition: Size: Total size of the partition.
| |
StartingOffset |
Win32_DiskPartition: StartingOffset: Starting offset (in bytes) of the partition.
| |
Type |
Win32_DiskPartition: Type: Type of the partition.
|