USqlDirectedColumn Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. USqlDirectedColumn
- com.
public class USqlDirectedColumn
A Data Lake Analytics catalog U-SQL directed column item.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
descending()
Get the descending value. |
String |
name()
Get the name value. |
USql |
withDescending(Boolean descending)
Set the descending value. |
USql |
withName(String name)
Set the name value. |
Method Details
descending
public Boolean descending()
Get the descending value.
Returns:
name
public String name()
Get the name value.
Returns:
withDescending
public USqlDirectedColumn withDescending(Boolean descending)
Set the descending value.
Parameters:
Returns:
withName
public USqlDirectedColumn withName(String name)
Set the name value.
Parameters:
Returns: