AzureMessagingEventHubsProcessorSettings
Class sealed net10.0
Represents additional settings for configuring a
EventHubs.EventProcessorClient. namespace Aspire.Azure.Messaging.EventHubs;
public sealed class AzureMessagingEventHubsProcessorSettings : Aspire.Azure.Messaging.EventHubs.AzureMessagingEventHubsSettings{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesBlobClientServiceKeyget; setstring? Gets or sets the IServiceProvider service key used to obtain an Azure BlobServiceClient.
BlobContainerNameget; setstring? Get or sets the name of the blob container used to store the checkpoint data. If this container does not exist, Aspire will attempt to create it. If this is not provided, Aspire will attempt to automatically create a container with a name based on the Namespace, Event Hub name and Consumer Group. If a container is provided in the connection string, it will override this value and the container will be assumed to exist.
ConsumerGroupget; setstring? Gets or sets the name of the consumer group.