Event interface

Defines the event properties.

Extends

Properties

observabilityMode

An indication of how the event should be mapped to OpenTelemetry.

Inherited 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.

name

The name of the event.

topic

Object that describes the topic information for the specific event.

Property Details

observabilityMode

An indication of how the event should be mapped to OpenTelemetry.

observabilityMode?: string

Property Value

string

Inherited 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

Inherited From EventBase.eventConfiguration

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

Inherited From EventBase.eventNotifier

name

The name of the event.

name: string

Property Value

string

Inherited From EventBase.name

topic

Object that describes the topic information for the specific event.

topic?: Topic

Property Value

Inherited From EventBase.topic