DataFrameReader.Format(String) Method

Definition

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

Applies to