DataFrameWriter.Format(String) 方法

定義

指定基礎輸出資料來源。 內建選項包括 「parquet」、「json」 等。

public Microsoft.Spark.Sql.DataFrameWriter Format(string source);
member this.Format : string -> Microsoft.Spark.Sql.DataFrameWriter
Public Function Format (source As String) As DataFrameWriter

參數

source
String

資料來源名稱

傳回

這個 DataFrameWriter 物件

適用於