USqlDirectedColumn Class

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

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.

USqlDirectedColumn withDescending(Boolean descending)

Set the descending value.

USqlDirectedColumn 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