Share via


StreamingQueryManager.Get(String) Method

Definition

Returns an active query from this SQLContext or throws exception if an active query with this name doesn't exist.

public Microsoft.Spark.Sql.Streaming.StreamingQuery Get (string id);
member this.Get : string -> Microsoft.Spark.Sql.Streaming.StreamingQuery
Public Function Get (id As String) As StreamingQuery

Parameters

id
String

Id of the StreamingQuery.

Returns

StreamingQuery if there is an active query with the given id.

Applies to