SparkSession.Read 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.
Returns a DataFrameReader that can be used to read non-streaming data in as a DataFrame.
public Microsoft.Spark.Sql.DataFrameReader Read();
member this.Read : unit -> Microsoft.Spark.Sql.DataFrameReader
Public Function Read () As DataFrameReader
Returns
DataFrameReader object