Class USqlTable
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlTable
A Data Lake Analytics catalog U-SQL table item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of columns in this table.Get the name of the database.Get the distributions info of the table.Get the external table associated with the table.Get the list of indices in this table.name()
Get the name of the table.Get the list of partition keys in the table.Get the name of the schema associated with this table and database.withColumnList
(List<USqlTableColumn> columnList) Set the list of columns in this table.withDatabaseName
(String databaseName) Set the name of the database.withDistributionInfo
(USqlDistributionInfo distributionInfo) Set the distributions info of the table.withExternalTable
(ExternalTable externalTable) Set the external table associated with the table.withIndexList
(List<USqlIndex> indexList) Set the list of indices in this table.Set the name of the table.withPartitionKeyList
(List<String> partitionKeyList) Set the list of partition keys in the table.withSchemaName
(String schemaName) Set the name of the schema associated with this table and database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlTable
public USqlTable()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlTable object itself.
-
schemaName
Get the name of the schema associated with this table and database.- Returns:
- the schemaName value
-
withSchemaName
Set the name of the schema associated with this table and database.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the USqlTable object itself.
-
name
Get the name of the table.- Returns:
- the name value
-
withName
Set the name of the table.- Parameters:
name
- the name value to set- Returns:
- the USqlTable object itself.
-
columnList
Get the list of columns in this table.- Returns:
- the columnList value
-
withColumnList
Set the list of columns in this table.- Parameters:
columnList
- the columnList value to set- Returns:
- the USqlTable object itself.
-
indexList
Get the list of indices in this table.- Returns:
- the indexList value
-
withIndexList
Set the list of indices in this table.- Parameters:
indexList
- the indexList value to set- Returns:
- the USqlTable object itself.
-
partitionKeyList
Get the list of partition keys in the table.- Returns:
- the partitionKeyList value
-
withPartitionKeyList
Set the list of partition keys in the table.- Parameters:
partitionKeyList
- the partitionKeyList value to set- Returns:
- the USqlTable object itself.
-
externalTable
Get the external table associated with the table.- Returns:
- the externalTable value
-
withExternalTable
Set the external table associated with the table.- Parameters:
externalTable
- the externalTable value to set- Returns:
- the USqlTable object itself.
-
distributionInfo
Get the distributions info of the table.- Returns:
- the distributionInfo value
-
withDistributionInfo
Set the distributions info of the table.- Parameters:
distributionInfo
- the distributionInfo value to set- Returns:
- the USqlTable object itself.
-