EventFilterSpecByTime

EventFilterSpecByTime
EventFilterSpecByTime

This option specifies a time range used to filter event history.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "beginTime": "string",
    "endTime": "string"
}
string As date-time As date-time
beginTime
Optional

The beginning of the time range.

If this property is not set, then events are collected from the earliest time in the database.

string As date-time As date-time
endTime
Optional

The end of the time range.

If this property is not specified, then events are collected up to the latest time in the database.