EventHubConsumerClientOptions.Identifier Property

Definition

A unique name used to identify the consumer. If null or empty, a GUID will be used as the identifier.

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

Property Value

If not specified, a random unique identifier will be generated.

Applies to