Class USqlDirectedColumn
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlDirectedColumn
A Data Lake Analytics catalog U-SQL directed column item.
-
Constructor Summary
-
Method Summary
Modifier 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
-
USqlDirectedColumn
public USqlDirectedColumn()
-
-
Method Details
-
name
Get the name of the index in the table.- Returns:
- the name value
-
withName
Set the name of the index in the table.- Parameters:
name
- the name value to set- Returns:
- the USqlDirectedColumn object itself.
-
descending
Get the switch indicating if the index is descending or not.- Returns:
- the descending value
-
withDescending
Set the switch indicating if the index is descending or not.- Parameters:
descending
- the descending value to set- Returns:
- the USqlDirectedColumn object itself.
-