Class USqlTableColumn
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlTableColumn
A Data Lake Analytics catalog U-SQL table column item.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
USqlTableColumn
public USqlTableColumn()
-
-
Method Details
-
name
Get the name of the column in the table.- Returns:
- the name value
-
withName
Set the name of the column in the table.- Parameters:
name
- the name value to set- Returns:
- the USqlTableColumn object itself.
-
type
Get the object type of the specified column (such as System.String).- Returns:
- the type value
-
withType
Set the object type of the specified column (such as System.String).- Parameters:
type
- the type value to set- Returns:
- the USqlTableColumn object itself.
-