AzureMessagingEventHubsPartitionReceiverSettings
Class sealed net10.0
Represents additional settings for configuring a
Primitives.PartitionReceiver. namespace Aspire.Azure.Messaging.EventHubs;
public sealed class AzureMessagingEventHubsPartitionReceiverSettings : Aspire.Azure.Messaging.EventHubs.AzureMessagingEventHubsSettings{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConsumerGroupget; setstring? Gets or sets the name of the consumer group.
EventPositionget; setEventPosition Gets or sets the event position to start from in the bound partition. Defaults to
EventPosition.Earliest. PartitionIdget; setstring? Gets or sets the partition identifier.