DataFrame.Write Method
Definition
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.
Interface for saving the content of the non-streaming Dataset out into external storage.
public Microsoft.Spark.Sql.DataFrameWriter Write ();
member this.Write : unit -> Microsoft.Spark.Sql.DataFrameWriter
Public Function Write () As DataFrameWriter
Returns
DataFrameWriter object