Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
USqlTableColumn |
USqlTableColumn.withName(String name)
Set the name of the column in the table.
|
USqlTableColumn |
USqlTableColumn.withType(String type)
Set the object type of the specified column (such as System.String).
|
Modifier and Type | Method and Description |
---|---|
List<USqlTableColumn> |
USqlTable.columnList()
Get the list of columns in this table.
|
List<USqlTableColumn> |
USqlTablePreview.schema()
Get the schema of the table or partition.
|
Modifier and Type | Method and Description |
---|---|
USqlTable |
USqlTable.withColumnList(List<USqlTableColumn> columnList)
Set the list of columns in this table.
|
USqlTablePreview |
USqlTablePreview.withSchema(List<USqlTableColumn> schema)
Set the schema of the table or partition.
|
Copyright © 2019. All rights reserved.