DataFrameWriter.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. Built-in options include "parquet", "json", etc.
public Microsoft.Spark.Sql.DataFrameWriter Format (string source);
member this.Format : string -> Microsoft.Spark.Sql.DataFrameWriter
Public Function Format (source As String) As DataFrameWriter
Parameters
- source
- String
Data source name
Returns
This DataFrameWriter object