EventHubStreamInputDataSource Class

Definition

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

public class EventHubStreamInputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamInputDataSource
type EventHubStreamInputDataSource = class
    inherit StreamInputDataSource
Public Class EventHubStreamInputDataSource
Inherits StreamInputDataSource
Inheritance
EventHubStreamInputDataSource

Constructors

EventHubStreamInputDataSource()

Initializes a new instance of EventHubStreamInputDataSource.

Properties

AuthenticationMode

Authentication Mode.

ConsumerGroupName

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.

EventHubName

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

PartitionCount

The partition count of the event hub data source. Range 1 - 256.

PrefetchCount

The number of messages that the message receiver can simultaneously request.

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.

Applies to