次の方法で共有


NamespaceDiscoveredEvent interface

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

プロパティ

dataSource

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

destinations

イベントの目的地。

eventConfiguration

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

lastUpdatedOn

イベントが追加または変更された日時を示す UTC タイムスタンプ。

name

イベントの名前。

typeRef

URI または型定義 ID。

プロパティの詳細

dataSource

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

dataSource?: string

プロパティ値

string

destinations

イベントの目的地。

destinations?: EventDestinationUnion[]

プロパティ値

eventConfiguration

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

eventConfiguration?: string

プロパティ値

string

lastUpdatedOn

イベントが追加または変更された日時を示す UTC タイムスタンプ。

lastUpdatedOn?: Date

プロパティ値

Date

name

イベントの名前。

name: string

プロパティ値

string

typeRef

URI または型定義 ID。

typeRef?: string

プロパティ値

string