EventProcessorOptions.Identifier Property

Definition

A unique name used to identify the event processor. 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.

Remarks

It is recommended that you set a stable unique identifier for processor instances, as this allows the processor to recover partition ownership when an application or host instance is restarted. It also aids readability in Azure SDK logs and allows for more easily correlating logs to a specific processor instance.

Applies to