Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlTableColumn
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlTableColumn in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionSet the name of the column in the table.Set the object type of the specified column (such as System.String).Modifier and TypeMethodDescriptionUSqlTable.columnList()
Get the list of columns in this table.USqlTablePreview.schema()
Get the schema of the table or partition.Modifier and TypeMethodDescriptionUSqlTable.withColumnList
(List<USqlTableColumn> columnList) Set the list of columns in this table.USqlTablePreview.withSchema
(List<USqlTableColumn> schema) Set the schema of the table or partition.