AzureMessagingEventHubsSettings
Class abstract net10.0
Represents additional shared settings for configuring an Event Hubs client.
namespace Aspire.Azure.Messaging.EventHubs;
public abstract class AzureMessagingEventHubsSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
6 members
Properties6
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string used to connect to the Event Hubs namespace.
Credentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Event Hubs namespace.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Azure Event Hubs health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
EventHubNameget; setstring? Gets or sets the name of the Event Hub.
FullyQualifiedNamespaceget; setstring? Gets or sets the fully qualified Event Hubs namespace.