Event interface
Defines the event properties.
- Extends
Properties
observability |
An indication of how the event should be mapped to OpenTelemetry. |
Inherited Properties
event |
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize. |
event |
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
topic
Object that describes the topic information for the specific event.
topic?: Topic
Property Value
Inherited From EventBase.topic
Azure SDK for JavaScript