Share via


NamespaceDiscoveredEvent interface

Defines the event properties.

Properties

dataSource

Reference to a data source for a given event.

destinations

Destinations for an event.

eventConfiguration

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

lastUpdatedOn

UTC timestamp indicating when the event was added or modified.

name

The name of the event.

typeRef

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

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

typeRef

URI or type definition ID.

typeRef?: string

Property Value

string