System\CIM_LogInStorage.mof.mof (HTML version)

Return to index
CIM_LogInStorage Superclass: CIM_Dependency
MessageLogs can reside in data files, on specially allocated storage areas such as disks or memory, or output as raw I/O streams. In fact, a single Log may use each of these mechanisms to output or capture its contents. The LogInStorage association describes a Log located in a specially allocated portion of a StorageExtent. The offset of the Log, within the Extent, is defined using a property of the association, StartingOffset.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::System::Logs" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_MessageLog REF Dependent ;
The MessageLog located within the Extent.
uint64 StartingOffset ;
StartingOffset indicates where in the Extent that the Log begins.
Override ( "Antecedent" )
CIM_StorageExtent REF Antecedent ;
The StorageExtent.