StreamingQueryManager.Active Method

Definition

Returns a list of active queries associated with this SQLContext.

public System.Collections.Generic.IEnumerable<Microsoft.Spark.Sql.Streaming.StreamingQuery> Active ();
member this.Active : unit -> seq<Microsoft.Spark.Sql.Streaming.StreamingQuery>
Public Function Active () As IEnumerable(Of StreamingQuery)

Returns

Active queries associated with this SQLContext.

Applies to