Edit

Share via


EventHubOptions Class

Definition

EventHub settings for a specific hub

public class EventHubOptions
type EventHubOptions = class
Public Class EventHubOptions
Inheritance
EventHubOptions

Constructors

EventHubOptions()

Properties

ConnectionOptions

Connection options used when creating a connection to an Azure Event Hub.

ConnectionString
Obsolete.

Deprecated: use ConfigureEventHubConnection instead.

ConsumerGroup

EventHub consumer group.

FullyQualifiedNamespace
Obsolete.

Deprecated: use ConfigureEventHubConnection instead.

Path
Obsolete.

Deprecated: use ConfigureEventHubConnection instead.

TokenCredential
Obsolete.

Deprecated: use ConfigureEventHubConnection instead.

Methods

ConfigureEventHubConnection(EventHubConnection, String)

Configures the Azure Event Hub connection using the provided connection instance.

ConfigureEventHubConnection(EventHubOptions+CreateConnectionDelegate, String, String)

Configures the Azure Event Hub connection using the provided delegate.

ConfigureEventHubConnection(String, String, String)

Configures the Azure Event Hub connection using the provided connection string.

ConfigureEventHubConnection(String, String, String, AzureNamedKeyCredential)

Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.

ConfigureEventHubConnection(String, String, String, AzureSasCredential)

Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.

ConfigureEventHubConnection(String, String, String, TokenCredential)

Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.

Applies to