Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlTableColumn
Packages that use USqlTableColumn
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlTableColumn in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlTableColumnModifier and TypeMethodDescriptionSet the name of the column in the table.Set the object type of the specified column (such as System.String).Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type USqlTableColumnModifier and TypeMethodDescriptionUSqlTable.columnList()
Get the list of columns in this table.USqlTablePreview.schema()
Get the schema of the table or partition.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type USqlTableColumnModifier 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.