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:
the descending value
name
public String name()
Get the name value.
Returns:
the name value
withDescending
public USqlDirectedColumn withDescending(Boolean descending)
Set the descending value.
Parameters:
descending
- the descending value to set
Returns:
the USqlDirectedColumn object itself.
withName
public USqlDirectedColumn withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the USqlDirectedColumn object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java