DataStreamWriter.Format(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 underlying output data source.
public Microsoft.Spark.Sql.Streaming.DataStreamWriter Format(string source);
member this.Format : string -> Microsoft.Spark.Sql.Streaming.DataStreamWriter
Public Function Format (source As String) As DataStreamWriter
Parameters
- source
- String
Name of the data source
Returns
This DataStreamWriter object