EventHubDataSourceProperties interface
The common properties that are associated with Event Hub data sources.
- Extends
Properties
event |
The name of the Event Hub. Required on PUT (CreateOrReplace) requests. |
Inherited Properties
authentication |
Authentication Mode. |
service |
The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
shared |
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
shared |
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
Property Details
eventHubName
The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
eventHubName?: string
Property Value
string
Inherited Property Details
authenticationMode
Authentication Mode.
authenticationMode?: string
Property Value
string
Inherited From ServiceBusDataSourceProperties.authenticationMode
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 ServiceBusDataSourceProperties.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 ServiceBusDataSourceProperties.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 ServiceBusDataSourceProperties.sharedAccessPolicyName