DataFrameWriter.Options(Dictionary<String,String>) Method
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.
Adds output options for the underlying data source.
C#
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>
Key/value options
This DataFrameWriter object
Proizvod | Verzije |
---|---|
Microsoft.Spark | latest |