共用方式為


Event interface

定義事件屬性。

Extends

屬性

observabilityMode

事件應如何對應至 OpenTelemetry 的指示。

繼承的屬性

eventConfiguration

包含事件連接器特定組態的字串化 JSON。 針對 OPC UA,這可能包括設定,例如 publishingInterval、samplingInterval 和 queueSize。

eventNotifier

資產中事件的通知器位址(例如 URL),讓用戶端可以存取資產上的事件。

name

事件的名稱。

topic

物件,描述特定事件的主題資訊。

屬性詳細資料

observabilityMode

事件應如何對應至 OpenTelemetry 的指示。

observabilityMode?: string

屬性值

string

繼承的屬性詳細資料

eventConfiguration

包含事件連接器特定組態的字串化 JSON。 針對 OPC UA,這可能包括設定,例如 publishingInterval、samplingInterval 和 queueSize。

eventConfiguration?: string

屬性值

string

繼承自EventBase.eventConfiguration

eventNotifier

資產中事件的通知器位址(例如 URL),讓用戶端可以存取資產上的事件。

eventNotifier: string

屬性值

string

繼承自EventBase.eventNotifier

name

事件的名稱。

name: string

屬性值

string

繼承自EventBase.name

topic

物件,描述特定事件的主題資訊。

topic?: Topic

屬性值

繼承自EventBase.topic