Share via


DataFrameWriterV2.TableProperty(String, String) Method

Definition

Add a table property.

public Microsoft.Spark.Sql.DataFrameWriterV2 TableProperty (string property, string value);
member this.TableProperty : string * string -> Microsoft.Spark.Sql.DataFrameWriterV2
Public Function TableProperty (property As String, value As String) As DataFrameWriterV2

Parameters

property
String

Name of property

value
String

Value of the property

Returns

This DataFrameWriterV2 object

Applies to