共用方式為


EventHubOutputDataSourceProperties interface

與事件中樞輸出相關聯的屬性。

Extends

屬性

partitionKey

用來判斷要傳送事件數據的分割區索引鍵/數據行。

propertyColumns

與此事件中樞輸出相關聯的屬性。

繼承的屬性

authenticationMode

驗證模式。

eventHubName

事件中樞的名稱。 PUT (CreateOrReplace) 要求的必要專案。

serviceBusNamespace

與所需事件中樞、服務總線佇列、服務總線主題等相關聯的命名空間。PUT (CreateOrReplace) 要求的必要專案。

sharedAccessPolicyKey

指定共用存取原則的共用存取原則金鑰。 PUT (CreateOrReplace) 要求的必要專案。

sharedAccessPolicyName

事件中樞、服務總線佇列、服務總線主題等的共用存取原則名稱。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

與所需事件中樞、服務總線佇列、服務總線主題等相關聯的命名空間。PUT (CreateOrReplace) 要求的必要專案。

serviceBusNamespace?: string

屬性值

string

繼承自 eventHubDataSourceProperties.serviceBusNamespace

sharedAccessPolicyKey

指定共用存取原則的共用存取原則金鑰。 PUT (CreateOrReplace) 要求的必要專案。

sharedAccessPolicyKey?: string

屬性值

string

繼承自EventHubDataSourceProperties.sharedAccessPolicyKey

sharedAccessPolicyName

事件中樞、服務總線佇列、服務總線主題等的共用存取原則名稱。PUT (CreateOrReplace) 要求的必要專案。

sharedAccessPolicyName?: string

屬性值

string

繼承自EventHubDataSourceProperties.sharedAccessPolicyName