共用方式為


NamespaceDiscoveredEvent interface

定義事件屬性。

屬性

dataSource

對指定事件的資料來源的參照。

destinations

事件的目標。

eventConfiguration

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

lastUpdatedOn

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

name

事件的名稱。

typeRef

URI 或類型定義ID。

屬性詳細資料

dataSource

對指定事件的資料來源的參照。

dataSource?: string

屬性值

string

destinations

事件的目標。

destinations?: EventDestinationUnion[]

屬性值

eventConfiguration

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

eventConfiguration?: string

屬性值

string

lastUpdatedOn

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

lastUpdatedOn?: Date

屬性值

Date

name

事件的名稱。

name: string

屬性值

string

typeRef

URI 或類型定義ID。

typeRef?: string

屬性值

string