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

定義

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

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

參數

options
Dictionary<String,String>

索引鍵/值選項

傳回

這個 DataFrameWriterV2 物件

適用於