StreamingQuery.RunId Property

Definition

Returns the unique id of this run of the query. That is, every start/restart of a query will generated a unique runId. Therefore, every time a query is restarted from checkpoint, it will have the same Id but different RunIds.

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

Property Value

Applies to