DataFrame.WriteTo(String) 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.
Create a write configuration builder for v2 sources.
[Microsoft.Spark.Since("3.0.0")]
public Microsoft.Spark.Sql.DataFrameWriterV2 WriteTo (string table);
[<Microsoft.Spark.Since("3.0.0")>]
member this.WriteTo : string -> Microsoft.Spark.Sql.DataFrameWriterV2
Public Function WriteTo (table As String) As DataFrameWriterV2
Parameters
- table
- String
Name of table to write to
Returns
DataFrameWriterV2 object
- Attributes