EventHubOutputDataSourceProperties interface

The properties that are associated with an Event Hub output.

Extends

Properties

partitionKey

The key/column that is used to determine to which partition to send event data.

propertyColumns

The properties associated with this Event Hub output.

Inherited Properties

authenticationMode

Authentication Mode.

eventHubName

The name of the Event Hub. Required on PUT (CreateOrReplace) requests.

serviceBusNamespace

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyKey

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyName

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Property Details

partitionKey

The key/column that is used to determine to which partition to send event data.

partitionKey?: string

Property Value

string

propertyColumns

The properties associated with this Event Hub output.

propertyColumns?: string[]

Property Value

string[]

Inherited Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

Inherited From EventHubDataSourceProperties.authenticationMode

eventHubName

The name of the Event Hub. Required on PUT (CreateOrReplace) requests.

eventHubName?: string

Property Value

string

Inherited From EventHubDataSourceProperties.eventHubName

serviceBusNamespace

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

serviceBusNamespace?: string

Property Value

string

Inherited From EventHubDataSourceProperties.serviceBusNamespace

sharedAccessPolicyKey

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyKey?: string

Property Value

string

Inherited From EventHubDataSourceProperties.sharedAccessPolicyKey

sharedAccessPolicyName

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyName?: string

Property Value

string

Inherited From EventHubDataSourceProperties.sharedAccessPolicyName