Class DatasetDataElement

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

public final class DatasetDataElement extends Object
Columns that define the structure of the dataset.
  • Constructor Details

    • DatasetDataElement

      public DatasetDataElement()
  • Method Details

    • getName

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

      public DatasetDataElement setName(Object name)
      Set the name property: Name of the column. Type: string (or Expression with resultType string).
      Parameters:
      name - the name value to set.
      Returns:
      the DatasetDataElement object itself.
    • getType

      public Object getType()
      Get the type property: Type of the column. Type: string (or Expression with resultType string).
      Returns:
      the type value.
    • setType

      public DatasetDataElement setType(Object type)
      Set the type property: Type of the column. Type: string (or Expression with resultType string).
      Parameters:
      type - the type value to set.
      Returns:
      the DatasetDataElement object itself.