你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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