Class SparkStatementOptions

java.lang.Object
com.azure.analytics.synapse.spark.models.SparkStatementOptions

public final class SparkStatementOptions extends Object
The SparkStatementOptions model.
  • Constructor Details

    • SparkStatementOptions

      public SparkStatementOptions()
  • Method Details

    • getCode

      public String getCode()
      Get the code property: The code property.
      Returns:
      the code value.
    • setCode

      public SparkStatementOptions setCode(String code)
      Set the code property: The code property.
      Parameters:
      code - the code value to set.
      Returns:
      the SparkStatementOptions object itself.
    • getKind

      public SparkStatementLanguageType getKind()
      Get the kind property: The kind property.
      Returns:
      the kind value.
    • setKind

      Set the kind property: The kind property.
      Parameters:
      kind - the kind value to set.
      Returns:
      the SparkStatementOptions object itself.