Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CreationClassName | string | |
Description | string | CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. |
Key | boolean | true |
MaxLen | uint32 | 256 |
DataFormat | string | |
Deprecated | string | CIM_LogRecord.RecordFormat |
Description | string | A free-form string describing the LogRecord's data structure. |
LogCreationClassName | string | |
Description | string | The scoping Log's CreationClassName. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Propagated | string | CIM_MessageLog.CreationClassName |
LogName | string | |
Description | string | The scoping Log's Name. |
Key | boolean | true |
MaxLen | uint32 | 256 |
Propagated | string | CIM_MessageLog.Name |
MessageTimestamp | datetime | |
Description | string | A LogRecord's key structure includes a timestamp for the entry. If the timestamp for the entry is unknown, the value 99990101000000.000000+000 SHOULD be used. |
Key | boolean | true |
RecordID | string | |
Description | string | RecordID, with the MessageTimestamp property, serve to uniquely identify the LogRecord within a MessageLog. Note that this property is different than the RecordNumber parameters of the MessageLog methods. The latter are ordinal values only, useful to track position when iterating through a Log. On the other hand, RecordID is truly an identifier for an instance of LogRecord. It may be set to the record's ordinal position, but this is not required. |
Key | boolean | true |
MaxLen | uint32 | 256 |