EventHubV2OutputDataSource interface

Describes an Event Hub output data source.

Extends

Properties

authenticationMode

Authentication Mode.

eventHubName

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

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.

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.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

eventHubName

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

eventHubName?: string

Property Value

string

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[]

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

sharedAccessPolicyKey

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

sharedAccessPolicyKey?: string

Property Value

string

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

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.EventHub/EventHub"

Property Value

"Microsoft.EventHub/EventHub"