EventQueryParameter interface
Implements the event query parameter.
Properties
affected |
The affected object correlationId for the events to be queried. |
affected |
The affected object name of the events to be queried. |
end |
The end time of the time range within which the events are to be queried. |
event |
The source id of the events to be queried. |
event |
The type of the events to be queried. |
fabric |
The affected object server id of the events to be queried. |
severity | The severity of the events to be queried. |
start |
The start time of the time range within which the events are to be queried. |
Property Details
affectedObjectCorrelationId
The affected object correlationId for the events to be queried.
affectedObjectCorrelationId?: string
Property Value
string
affectedObjectFriendlyName
The affected object name of the events to be queried.
affectedObjectFriendlyName?: string
Property Value
string
endTime
The end time of the time range within which the events are to be queried.
endTime?: Date
Property Value
Date
eventCode
The source id of the events to be queried.
eventCode?: string
Property Value
string
eventType
The type of the events to be queried.
eventType?: string
Property Value
string
fabricName
The affected object server id of the events to be queried.
fabricName?: string
Property Value
string
severity
The severity of the events to be queried.
severity?: string
Property Value
string
startTime
The start time of the time range within which the events are to be queried.
startTime?: Date
Property Value
Date