EventLog

EventLog
EventLog

Represents a event log.

JSON Example
{
    "eof": false,
    "id": "string",
    "message": "string",
    "rownum": 0,
    "timestamp": "string"
}
boolean
eof
Optional

Indicates whether this is the last log entry.

string As uuid As uuid
id
Optional

Event Log identifier

string
message
Required

Message of the event log

integer As int32 As int32
rownum
Optional

Row number of the Event Log.

string As date-time As date-time
timestamp
Required

Timestamp of the Event log (e.g. date format '2019-07-13T23:16:49.310Z').

Property Of