DataStreamWriter.Start(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.
Starts the execution of the streaming query.
public Microsoft.Spark.Sql.Streaming.StreamingQuery Start(string path = default);
member this.Start : string -> Microsoft.Spark.Sql.Streaming.StreamingQuery
Public Function Start (Optional path As String = Nothing) As StreamingQuery
Parameters
- path
- String
Optional output path
Returns
StreamingQuery object