Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventHubDataSourceProperties

Package version

The common properties that are associated with Event Hub data sources.

Hierarchy

Index

Properties

Optional eventHubName

eventHubName: undefined | string

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

Optional serviceBusNamespace

serviceBusNamespace: undefined | string

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

Optional sharedAccessPolicyKey

sharedAccessPolicyKey: undefined | string

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

Optional sharedAccessPolicyName

sharedAccessPolicyName: undefined | string

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

Generated using TypeDoc