DataFrameWriterV2.Using(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.
Specifies a provider for the underlying output data source. Spark's default catalog supports "parquet", "json", etc.
public Microsoft.Spark.Sql.DataFrameWriterV2 Using (string provider);
member this.Using : string -> Microsoft.Spark.Sql.DataFrameWriterV2
Public Function Using (provider As String) As DataFrameWriterV2
Parameters
- provider
- String
Provider name
Returns
This DataFrameWriterV2 object