Class USqlDirectedColumn
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlDirectedColumn
A Data Lake Analytics catalog U-SQL directed column item.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the switch indicating if the index is descending or not.name()Get the name of the index in the table.withDescending(Boolean descending) Set the switch indicating if the index is descending or not.Set the name of the index in the table.
- 
Constructor Details- 
USqlDirectedColumnpublic USqlDirectedColumn()
 
- 
- 
Method Details- 
nameGet the name of the index in the table.- Returns:
- the name value
 
- 
withNameSet the name of the index in the table.- Parameters:
- name- the name value to set
- Returns:
- the USqlDirectedColumn object itself.
 
- 
descendingGet the switch indicating if the index is descending or not.- Returns:
- the descending value
 
- 
withDescendingSet the switch indicating if the index is descending or not.- Parameters:
- descending- the descending value to set
- Returns:
- the USqlDirectedColumn object itself.
 
 
-