次の方法で共有


NamespaceEvent interface

イベントのプロパティを定義します。

プロパティ

dataSource

特定のイベントのデータ ソースへの参照。

destinations

イベントの目的地。

eventConfiguration

イベントのコネクタ固有の構成を含む文字列化された JSON。 OPC UA の場合、これには publishingInterval、samplingInterval、queueSize などの構成が含まれる場合があります。

name

イベントの名前。

typeRef

URI または型定義 ID。

プロパティの詳細

dataSource

特定のイベントのデータ ソースへの参照。

dataSource?: string

プロパティ値

string

destinations

イベントの目的地。

destinations?: EventDestinationUnion[]

プロパティ値

eventConfiguration

イベントのコネクタ固有の構成を含む文字列化された JSON。 OPC UA の場合、これには publishingInterval、samplingInterval、queueSize などの構成が含まれる場合があります。

eventConfiguration?: string

プロパティ値

string

name

イベントの名前。

name: string

プロパティ値

string

typeRef

URI または型定義 ID。

typeRef?: string

プロパティ値

string