DataFrameWriter.Options(Dictionary<String,String>) 方法

定義

新增基礎資料來源的輸出選項。

public Microsoft.Spark.Sql.DataFrameWriter Options(System.Collections.Generic.Dictionary<string,string> options);
member this.Options : System.Collections.Generic.Dictionary<string, string> -> Microsoft.Spark.Sql.DataFrameWriter
Public Function Options (options As Dictionary(Of String, String)) As DataFrameWriter

參數

options
Dictionary<String,String>

索引鍵/值選項

傳回

這個 DataFrameWriter 物件

適用於