次の方法で共有


NamespaceStream interface

ストリームのプロパティを定義します。

プロパティ

destinations

ストリームの宛先。

name

ストリーム定義の名前。

streamConfiguration

特定のストリームのコネクタ固有の設定を含む文字列化された JSON。

typeRef

URI または型定義 ID。

プロパティの詳細

destinations

ストリームの宛先。

destinations?: StreamDestinationUnion[]

プロパティ値

name

ストリーム定義の名前。

name: string

プロパティ値

string

streamConfiguration

特定のストリームのコネクタ固有の設定を含む文字列化された JSON。

streamConfiguration?: string

プロパティ値

string

typeRef

URI または型定義 ID。

typeRef?: string

プロパティ値

string