DataFrame.Write Method

Definition

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

Applies to