AzureMessagingEventHubsPartitionReceiverSettings Class

Definition

Represents additional settings for configuring a PartitionReceiver.

public sealed class AzureMessagingEventHubsPartitionReceiverSettings : Aspire.Azure.Messaging.EventHubs.AzureMessagingEventHubsSettings
type AzureMessagingEventHubsPartitionReceiverSettings = class
    inherit AzureMessagingEventHubsSettings
Public NotInheritable Class AzureMessagingEventHubsPartitionReceiverSettings
Inherits AzureMessagingEventHubsSettings
Inheritance
AzureMessagingEventHubsPartitionReceiverSettings

Constructors

AzureMessagingEventHubsPartitionReceiverSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)
ConsumerGroup

Gets or sets the name of the consumer group.

Credential

Gets or sets the credential used to authenticate to the Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)
DisableTracing

Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.

(Inherited from AzureMessagingEventHubsSettings)
EventHubName

Gets or sets the name of the Event Hub.

(Inherited from AzureMessagingEventHubsSettings)
EventPosition

Gets or sets the event position to start from in the bound partition. Defaults to Earliest.

FullyQualifiedNamespace

Gets or sets the fully qualified Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)
PartitionId

Gets or sets the partition identifier.

Applies to