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

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

    • USqlDirectedColumn

      public USqlDirectedColumn()
  • Method Details

    • name

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

      public USqlDirectedColumn withName(String name)
      Set the name of the index in the table.
      Parameters:
      name - the name value to set
      Returns:
      the USqlDirectedColumn object itself.
    • descending

      public Boolean descending()
      Get the switch indicating if the index is descending or not.
      Returns:
      the descending value
    • withDescending

      public USqlDirectedColumn withDescending(Boolean descending)
      Set the switch indicating if the index is descending or not.
      Parameters:
      descending - the descending value to set
      Returns:
      the USqlDirectedColumn object itself.