共用方式為


DiscoveredEvent interface

定義事件屬性。

屬性

eventConfiguration

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

eventNotifier

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

lastUpdatedOn

UTC 時間戳,指出事件新增或修改時間。

name

事件的名稱。

topic

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

屬性詳細資料

eventConfiguration

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

eventConfiguration?: string

屬性值

string

eventNotifier

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

eventNotifier: string

屬性值

string

lastUpdatedOn

UTC 時間戳,指出事件新增或修改時間。

lastUpdatedOn?: Date

屬性值

Date

name

事件的名稱。

name: string

屬性值

string

topic

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

topic?: Topic

屬性值