AzureMessagingEventHubsProcessorSettings.BlobClientServiceKey Property

Definition

Gets or sets the IServiceProvider service key used to obtain an Azure BlobServiceClient.

public string? BlobClientServiceKey { get; set; }
member this.BlobClientServiceKey : string with get, set
Public Property BlobClientServiceKey As String

Property Value

Remarks

A BlobServiceClient is required when using the Event Processor. If a BlobClientServiceKey is not configured, an un-keyed BlobServiceClient will be retrieved from the IServiceProvider. If a BlobServiceClient is not available in the IServiceProvider, an exception is thrown.

Applies to