共用方式為


DiscoveredDataPoint interface

定義數據點屬性。

屬性

dataPointConfiguration

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

dataSource

資產中數據源的位址(例如 URL),讓用戶端可以存取資產上的資料源。

lastUpdatedOn

UTC 時間戳,指出何時新增或修改數據點。

name

數據點的名稱。

屬性詳細資料

dataPointConfiguration

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

dataPointConfiguration?: string

屬性值

string

dataSource

資產中數據源的位址(例如 URL),讓用戶端可以存取資產上的資料源。

dataSource: string

屬性值

string

lastUpdatedOn

UTC 時間戳,指出何時新增或修改數據點。

lastUpdatedOn?: Date

屬性值

Date

name

數據點的名稱。

name: string

屬性值

string