Class DatasetSchemaDataElement

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

public final class DatasetSchemaDataElement extends Object
Columns that define the physical type schema of the dataset.
  • Constructor Details

    • DatasetSchemaDataElement

      public DatasetSchemaDataElement()
  • Method Details

    • getName

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

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

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

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

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Columns that define the physical type schema of the dataset.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public DatasetSchemaDataElement setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Columns that define the physical type schema of the dataset.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the DatasetSchemaDataElement object itself.