EventHubOutputDataSourceProperties interface

イベント ハブの出力に関連付けられているプロパティ。

Extends

プロパティ

partitionKey

イベント データを送信するパーティションを決定するために使用されるキー/列。

propertyColumns

このイベント ハブ出力に関連付けられているプロパティ。

継承されたプロパティ

authenticationMode

認証モード。

eventHubName

イベント ハブの名前。 PUT (CreateOrReplace) 要求で必須。

serviceBusNamespace

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyKey

指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyName

イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必須。

プロパティの詳細

partitionKey

イベント データを送信するパーティションを決定するために使用されるキー/列。

partitionKey?: string

プロパティ値

string

propertyColumns

このイベント ハブ出力に関連付けられているプロパティ。

propertyColumns?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

authenticationMode

認証モード。

authenticationMode?: string

プロパティ値

string

EventHubDataSourceProperties.authenticationModeから継承

eventHubName

イベント ハブの名前。 PUT (CreateOrReplace) 要求で必須。

eventHubName?: string

プロパティ値

string

EventHubDataSourceProperties.eventHubNameから継承

serviceBusNamespace

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必須。

serviceBusNamespace?: string

プロパティ値

string

EventHubDataSourceProperties.serviceBusNamespaceから継承されます

sharedAccessPolicyKey

指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyKey?: string

プロパティ値

string

EventHubDataSourceProperties.sharedAccessPolicyKeyから継承されます

sharedAccessPolicyName

イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyName?: string

プロパティ値

string

EventHubDataSourceProperties.sharedAccessPolicyNameから継承されます