TheEventLogData Properties
The TheEventLogData type exposes the following members.
Properties
Name | Description | |
---|---|---|
AckUserID |
Future Use: The User ID that acknowledged the event
|
|
ActionObject |
A pointer to the object that caused the event
|
|
cdeAVA |
Availability of this record
The higher this number the higher the availability of this record
The Storage Service might store the data in multiple location to ensure maximum availability
(Inherited from TheDataBase.) |
|
cdeCTIM |
Timestamp of this class. Will be set to DateTimeOffset.Now on creation of the Class
(Inherited from TheDataBase.) |
|
cdeEXP |
Expiration in Seconds of the class
If a derived class is stored in a StorageMirror and cdeEXP is set to>0, the StorageMirror will automatically delete this record after the time has passed
(Inherited from TheDataBase.) |
|
cdeMID |
Unique Key for the class derived from TheDataBase. this will be used in the StorageService as the Unique Index in the SQL Tables
(Inherited from TheDataBase.) |
|
cdeN |
Guid of Hosting Node - new in 4.108: Moved from MetaDataBase to here
(Inherited from TheDataBase.) |
|
cdePRI |
Priority of this record.
A lower number means a higher priority.
Data with higher priority will be retrieved faster than those with lower prio
(Inherited from TheDataBase.) |
|
EventCategory |
A category of the event - this can be used by a logger to created different logs for each category (i.e. "NMI Audit", "Cloud Connects" etc) or to filter in the NMI
|
|
EventData |
If extra data (i.e. an Image, a File Dump or a screenshot) of the event
|
|
EventLevel |
Severity level of the event (see eMsgLevel)
|
|
EventName |
Short name of the event. Keep it short for better searching and filtering
|
|
EventString |
Longer explanation of the event with possible remidies what to do about the event
|
|
EventTime |
Timestamp of the Event
|
|
EventTrigger |
A string explaining the trigger of the event
|
|
IsAck |
Future use: records if an event was acknoledged by a user
|
|
StationName |
The ORG or Name of the node/station/host the event happend on
|
|
UserID |
User that caused/triggered the event. If a thing caused the event the ActionObject should contain the ThingMID
|