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