共用方式為


DataPoint interface

定義數據點屬性。

屬性

capabilityId

功能類型定義的路徑 (例如 DTMI、OPC UA 資訊模型節點標識碼等等 ) ,例如 dtmi:com:example:Robot:_contents:__prop1;1。

dataPointConfiguration

數據點的通訊協定特定組態。 針對 OPC UA,這可能包括設定,例如 publishingInterval、samplingInterval 和 queueSize。

dataSource

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

name

數據點的名稱。

observabilityMode

指出數據點應該如何對應至 OpenTelemetry。

屬性詳細資料

capabilityId

功能類型定義的路徑 (例如 DTMI、OPC UA 資訊模型節點標識碼等等 ) ,例如 dtmi:com:example:Robot:_contents:__prop1;1。

capabilityId?: string

屬性值

string

dataPointConfiguration

數據點的通訊協定特定組態。 針對 OPC UA,這可能包括設定,例如 publishingInterval、samplingInterval 和 queueSize。

dataPointConfiguration?: string

屬性值

string

dataSource

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

dataSource: string

屬性值

string

name

數據點的名稱。

name?: string

屬性值

string

observabilityMode

指出數據點應該如何對應至 OpenTelemetry。

observabilityMode?: string

屬性值

string