StreamingQueryManager.Active Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.