DataFrame.WriteTo(String) 方法

定义

为 v2 源创建写入配置生成器。

[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

参数

table
String

要写入的表的名称

返回

DataFrameWriterV2 对象

属性

适用于