EventHubV2OutputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an Event Hub output data source.
public class EventHubV2OutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type EventHubV2OutputDataSource = class
inherit StreamingJobOutputDataSource
Public Class EventHubV2OutputDataSource
Inherits StreamingJobOutputDataSource
- Inheritance
Constructors
EventHubV2OutputDataSource() |
Initializes a new instance of EventHubV2OutputDataSource. |
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
Azure SDK for .NET