DataStreamWriter.QueryName(String) 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.
Specifies the name of the StreamingQuery
that can be started with start()
.
This name must be unique among all the currently active queries
in the associated SQLContext.
public Microsoft.Spark.Sql.Streaming.DataStreamWriter QueryName (string queryName);
member this.QueryName : string -> Microsoft.Spark.Sql.Streaming.DataStreamWriter
Public Function QueryName (queryName As String) As DataStreamWriter
Parameters
- queryName
- String
Query name
Returns
This DataStreamWriter object