Event interface
定義事件屬性。
屬性
capability |
功能類型定義的路徑 (例如 DTMI、OPC UA 資訊模型節點標識碼等 ) ,例如 dtmi:com:example:Robot:_contents:__prop1;1。 |
event |
事件的通訊協定特定組態。 針對 OPC UA,這可能包括組態,例如 publishingInterval、samplingInterval 和 queueSize。 |
event |
資產中事件通知的位址 (例如 URL) ,讓用戶端可以存取資產上的事件。 |
name | 事件的名稱。 |
observability |
事件應如何對應至 OpenTelemetry 的指示。 |
屬性詳細資料
capabilityId
功能類型定義的路徑 (例如 DTMI、OPC UA 資訊模型節點標識碼等 ) ,例如 dtmi:com:example:Robot:_contents:__prop1;1。
capabilityId?: string
屬性值
string
eventConfiguration
事件的通訊協定特定組態。 針對 OPC UA,這可能包括組態,例如 publishingInterval、samplingInterval 和 queueSize。
eventConfiguration?: string
屬性值
string
eventNotifier
資產中事件通知的位址 (例如 URL) ,讓用戶端可以存取資產上的事件。
eventNotifier: string
屬性值
string
name
事件的名稱。
name?: string
屬性值
string
observabilityMode
事件應如何對應至 OpenTelemetry 的指示。
observabilityMode?: string
屬性值
string