EventQueryParameter interface

Implements the event query parameter.

Properties

affectedObjectCorrelationId

The affected object correlationId for the events to be queried.

affectedObjectFriendlyName

The affected object name of the events to be queried.

endTime

The end time of the time range within which the events are to be queried.

eventCode

The source id of the events to be queried.

eventType

The type of the events to be queried.

fabricName

The affected object server id of the events to be queried.

severity

The severity of the events to be queried.

startTime

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