EventHubStreamInputDataSource Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/EventHub")]
public class EventHubStreamInputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/EventHub")>]
type EventHubStreamInputDataSource = class
    inherit StreamInputDataSource
Public Class EventHubStreamInputDataSource
Inherits StreamInputDataSource
Inheritance
EventHubStreamInputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

EventHubStreamInputDataSource()

Initializes a new instance of the EventHubStreamInputDataSource class.

EventHubStreamInputDataSource(String, String, String, String, String, String)

Initializes a new instance of the EventHubStreamInputDataSource class.

Properties

AuthenticationMode

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

ConsumerGroupName

Gets or sets 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

Gets or sets the name of the Event Hub. Required on PUT (CreateOrReplace) requests.

ServiceBusNamespace

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

SharedAccessPolicyKey

Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyName

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

Applies to