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