通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NamespaceEventGroup interface

定义事件组属性。

属性

dataSource

资产中事件组的通知者的地址(例如 URL),以便客户端可以访问资产上的事件组。

defaultDestinations

活动的目的地。 未在事件级别定义目标时的默认目标。

eventGroupConfiguration

字符串化 JSON,其中包含事件组的特定于连接器的配置。 对于 OPC UA,这可能包括配置,例如 publishingInterval、samplingInterval 和 queueSize。

events

属于事件组的事件数组。

name

事件组的名称。

typeRef

URI 或类型定义 ID。

属性详细信息

dataSource

资产中事件组的通知者的地址(例如 URL),以便客户端可以访问资产上的事件组。

dataSource?: string

属性值

string

defaultDestinations

活动的目的地。 未在事件级别定义目标时的默认目标。

defaultDestinations?: EventDestinationUnion[]

属性值

eventGroupConfiguration

字符串化 JSON,其中包含事件组的特定于连接器的配置。 对于 OPC UA,这可能包括配置,例如 publishingInterval、samplingInterval 和 queueSize。

eventGroupConfiguration?: string

属性值

string

events

属于事件组的事件数组。

events?: NamespaceEvent[]

属性值

name

事件组的名称。

name: string

属性值

string

typeRef

URI 或类型定义 ID。

typeRef?: string

属性值

string