Freigeben über


EventHubData.Identifier Property

Definition

Denotes the unique identifier for event hub and is generated by service while creating topic. This identifier can be used in kafka runtime apis wherever a UUID is required e.g Fetch & Delete Topic. This identifier is not supported in AMQP runtime operations yet.

public string Identifier { get; }
member this.Identifier : string
Public ReadOnly Property Identifier As String

Property Value

Applies to