EventProcessor<TPartition>.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A unique name used to identify this event processor.
public string Identifier { get; }
member this.Identifier : string
Public ReadOnly Property Identifier As String
Property Value
Remarks
The identifier can be set using the Identifier property on the EventProcessorOptions passed when constructing the processor. If not specified, a random identifier will be generated.
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
Azure SDK for .NET