Share via


EventHubV2StreamInputDataSource Class

Definition

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

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

Constructors

EventHubV2StreamInputDataSource()

Initializes a new instance of EventHubV2StreamInputDataSource.

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