Skip to content
DocsTry Aspire
DocsTry

AzureMessagingEventHubsPartitionReceiverSettings Properties

ClassProperties3 members
Represents additional settings for configuring a Primitives.PartitionReceiver.
ConsumerGroupSection titled ConsumerGroupnullablestring?
Gets or sets the name of the consumer group.
public string? ConsumerGroup { get; set; }
EventPositionSection titled EventPositionEventPosition
Gets or sets the event position to start from in the bound partition. Defaults to EventPosition.Earliest.
public EventPosition EventPosition { get; set; }
PartitionIdSection titled PartitionIdnullablestring?
Gets or sets the partition identifier.
public string? PartitionId { get; set; }