Share via


StreamingQuery.Id Property

Definition

Returns the unique id of this query that persists across restarts from checkpoint data. That is, this id is generated when a query is started for the first time, and will be the same every time it is restarted from checkpoint data. Also see RunId.

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

Property Value

Applies to