Class AdditionalColumns

java.lang.Object
com.azure.analytics.synapse.artifacts.models.AdditionalColumns

public final class AdditionalColumns extends Object
Specify the column name and value of additional columns.
  • Constructor Details

    • AdditionalColumns

      public AdditionalColumns()
  • Method Details

    • getName

      public Object getName()
      Get the name property: Additional column name. Type: string (or Expression with resultType string).
      Returns:
      the name value.
    • setName

      public AdditionalColumns setName(Object name)
      Set the name property: Additional column name. Type: string (or Expression with resultType string).
      Parameters:
      name - the name value to set.
      Returns:
      the AdditionalColumns object itself.
    • getValue

      public Object getValue()
      Get the value property: Additional column value. Type: string (or Expression with resultType string).
      Returns:
      the value value.
    • setValue

      public AdditionalColumns setValue(Object value)
      Set the value property: Additional column value. Type: string (or Expression with resultType string).
      Parameters:
      value - the value value to set.
      Returns:
      the AdditionalColumns object itself.