java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlTableColumn

public class USqlTableColumn extends Object
A Data Lake Analytics catalog U-SQL table column item.
  • Constructor Details

    • USqlTableColumn

      public USqlTableColumn()
  • Method Details

    • name

      public String name()
      Get the name of the column in the table.
      Returns:
      the name value
    • withName

      public USqlTableColumn withName(String name)
      Set the name of the column in the table.
      Parameters:
      name - the name value to set
      Returns:
      the USqlTableColumn object itself.
    • type

      public String type()
      Get the object type of the specified column (such as System.String).
      Returns:
      the type value
    • withType

      public USqlTableColumn withType(String type)
      Set the object type of the specified column (such as System.String).
      Parameters:
      type - the type value to set
      Returns:
      the USqlTableColumn object itself.