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