NamespaceEvent interface
Defines the event properties.
Properties
| data |
Reference to a data source for a given event. |
| destinations | Destinations for an event. |
| event |
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize. |
| name | The name of the event. |
| type |
URI or type definition ID. |
Property Details
dataSource
Reference to a data source for a given event.
dataSource?: string
Property Value
string
destinations
Destinations for an event.
destinations?: EventDestinationUnion[]
Property Value
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
name
The name of the event.
name: string
Property Value
string
typeRef
URI or type definition ID.
typeRef?: string
Property Value
string