Delen via


EventHubV2OutputDataSource Class

Definition

Describes an Event Hub output data source.

public class EventHubV2OutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.EventHubV2OutputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.EventHubV2OutputDataSource>
public class EventHubV2OutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type EventHubV2OutputDataSource = class
    inherit StreamingJobOutputDataSource
    interface IJsonModel<EventHubV2OutputDataSource>
    interface IPersistableModel<EventHubV2OutputDataSource>
type EventHubV2OutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class EventHubV2OutputDataSource
Inherits StreamingJobOutputDataSource
Implements IJsonModel(Of EventHubV2OutputDataSource), IPersistableModel(Of EventHubV2OutputDataSource)
Public Class EventHubV2OutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
EventHubV2OutputDataSource
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EventHubV2OutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EventHubV2OutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamingJobOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamingJobOutputDataSource)
IJsonModel<StreamingJobOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<EventHubV2OutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubV2OutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EventHubV2OutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamingJobOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamingJobOutputDataSource)

Applies to