Share via


EventHubOutputDataSource Class

Definition

Describes an Event Hub output data source.

public class EventHubOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type EventHubOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class EventHubOutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
EventHubOutputDataSource

Constructors

EventHubOutputDataSource()

Initializes a new instance of EventHubOutputDataSource.

Properties

AuthenticationMode

Authentication Mode.

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.

PartitionKey

The key/column that is used to determine to which partition to send event data.

PropertyColumns

The properties associated with this Event Hub output.

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