Skip to content
Docs Try Aspire

AzureMessagingEventHubsPartitionReceiverSettings Properties

Class Properties 3 members
Represents additional settings for configuring a Primitives.PartitionReceiver.
ConsumerGroup Section titled ConsumerGroup nullable string?
Gets or sets the name of the consumer group.
public string? ConsumerGroup { get; set; }
EventPosition Section titled EventPosition EventPosition
Gets or sets the event position to start from in the bound partition. Defaults to EventPosition.Earliest.
public EventPosition EventPosition { get; set; }
PartitionId Section titled PartitionId nullable string?
Gets or sets the partition identifier.
public string? PartitionId { get; set; }