Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventQueryParameter

Package version

interface

An interface representing EventQueryParameter. Implements the event query parameter.

Hierarchy

  • EventQueryParameter

Index

Properties

Optional affectedObjectFriendlyName

affectedObjectFriendlyName: undefined | string
member

{string} [affectedObjectFriendlyName] The affected object name of the events to be queried.

Optional endTime

endTime: Date
member

{Date} [endTime] The end time of the time range within which the events are to be queried.

Optional eventCode

eventCode: undefined | string
member

{string} [eventCode] The source id of the events to be queried.

Optional eventType

eventType: undefined | string
member

{string} [eventType] The type of the events to be queried.

Optional fabricName

fabricName: undefined | string
member

{string} [fabricName] The affected object server id of the events to be queried.

Optional severity

severity: undefined | string
member

{string} [severity] The severity of the events to be queried.

Optional startTime

startTime: Date
member

{Date} [startTime] The start time of the time range within which the events are to be queried.

Generated using TypeDoc