USqlTableColumn Class

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

Inheritance
USqlTableColumn

Constructor

USqlTableColumn(*, name: Optional[str] = None, type: Optional[str] = None, column_name=None, data_type=None, **kwargs)

Parameters

name
str
Required

the name of the column in the table.

type
str
Required

the object type of the specified column (such as System.String).