DataFrameWriterV2.TableProperty(String, 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.
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