BACK TO INDEX

CIM_BasedOn
CIM_BasedOn is an association describing how storage extents can be assembled from lower level extents. For example, protected space extents are parts of physical extents, while volume sets are assembled from one or more physical or protected space extents. As another example, cache memory can be defined independently and realized in a physical element or can be 'based on' volatile or non-volatile storage extents.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe lower level storage extent.
DependentReferenceThe higher level storage extent.
EndingAddressUInt64EndingAddress indicates where in lower level storage, the higher level extent ends. This property is useful when mapping non-contiguous extents into a higher level grouping.
StartingAddressUInt64StartingAddress indicates where in lower level storage, the higher level extent begins.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LogicalDiskToPartition
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_DiskPartition.DeviceID=\"Disk #0, Partition #0\"";
    Dependent = "\\\\SCCM01\\root\\cimv2:Win32_LogicalDisk.DeviceID=\"C:\"";
    EndingAddress = "41940702719";
    StartingAddress = "32256";
   };