Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventHubStreamInputDataSource

Package version

Describes an Event Hub input data source that contains stream data.

Hierarchy

  • EventHubStreamInputDataSource

Index

Properties

Optional consumerGroupName

consumerGroupName: undefined | string

The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.

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.

type

type: "Microsoft.ServiceBus/EventHub"

Polymorphic Discriminator

Generated using TypeDoc