DiscoveredEvent interface

Defines the event properties.

Properties

eventConfiguration

Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

eventNotifier

The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.

lastUpdatedOn

UTC timestamp indicating when the event was added or modified.

name

The name of the event.

topic

Object that describes the topic information for the specific event.

Property Details

eventConfiguration

Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

eventConfiguration?: string

Property Value

string

eventNotifier

The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.

eventNotifier: string

Property Value

string

lastUpdatedOn

UTC timestamp indicating when the event was added or modified.

lastUpdatedOn?: Date

Property Value

Date

name

The name of the event.

name: string

Property Value

string

topic

Object that describes the topic information for the specific event.

topic?: Topic

Property Value