DataFrameWriterV2.Options(Dictionary<String,String>) Metoda

Definice

Přidá možnosti výstupu pro podkladový zdroj dat.

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

Parametry

options
Dictionary<String,String>

Možnosti klíč/hodnota

Návraty

Tento objekt DataFrameWriterV2

Platí pro