USqlDirectedColumn Class

A Data Lake Analytics catalog U-SQL directed column item.

Inheritance
USqlDirectedColumn

Constructor

USqlDirectedColumn(*, name: Optional[str] = None, descending: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

the name of the index in the table.

descending
bool
Required

the switch indicating if the index is descending or not.