CIM_GenericDiskPartition

Subclass of CIM_MediaPartition

A DiskPartition is a presentation of a contiguous range of logical blocks that is identifiable by the Operating System by the associated DiskPartitionConfigurationCapabilities and by the properties of the subclasses of this class.

Each concrete partition style (the subclasses of GenericDiskPartition) has some way of tracking a starting block number and either the ending block or number of blocks. CIM models this with the StartingAddress and EndingAddress properties of the BasedOn association between the partition and its underlying volume/extent. The NumberOfBlocks and ConsumableBlocks properties inherited from StorageExtent also need to be consistent or omitted by the instrumentation. Partition numbers are modeled as BasedOn.OrderIndex.

Note that all the concrete DiskPartition instances BasedOn the same underlying extent) MUST share the same partition style (i.e. all must have the same subclass type).

The abstract qualifier can not be used on this class because its superclass is not abstract. But instances of subclasses this class should be instantiated, not instances of GenericDiskPartition itself.

Local properties

None

Local methods

None

Inherited properties

uint16 Access
boolean Allocatable
uint64 BlockSize
boolean Bootable
string Caption
string DeviceID
boolean ErrorCleared
boolean Extendable
uint16[] ExtentStatus
uint64 Generation
datetime InstallDate
string InstanceID
boolean IsComposite
boolean IsCompressed
string Name
uint16 NameFormat
boolean Primordial
string Purpose
string Signature
string Status
uint16 StatusInfo
string SystemName
uint16 Usage

Table Of Contents

Previous topic

CIM_EnabledLogicalElement

Next topic

CIM_HostedDependency

This Page