Class SqlPoolColumnProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.SqlPoolColumnProperties

public final class SqlPoolColumnProperties extends Object
Sql pool column properties.
  • Constructor Details

    • SqlPoolColumnProperties

      public SqlPoolColumnProperties()
      Creates an instance of SqlPoolColumnProperties class.
  • Method Details

    • columnType

      public ColumnDataType columnType()
      Get the columnType property: The column data type.
      Returns:
      the columnType value.
    • withColumnType

      public SqlPoolColumnProperties withColumnType(ColumnDataType columnType)
      Set the columnType property: The column data type.
      Parameters:
      columnType - the columnType value to set.
      Returns:
      the SqlPoolColumnProperties object itself.
    • isComputed

      public Boolean isComputed()
      Get the isComputed property: Indicates whether column value is computed or not.
      Returns:
      the isComputed value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.