USqlTable Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlTable
- com.
public class USqlTable extends CatalogItem
A Data Lake Analytics catalog U-SQL table item.
Method Summary
Inherited Members
Method Details
columnList
public List
Get the columnList value.
Returns:
databaseName
public String databaseName()
Get the databaseName value.
Returns:
distributionInfo
public USqlDistributionInfo distributionInfo()
Get the distributionInfo value.
Returns:
externalTable
public ExternalTable externalTable()
Get the externalTable value.
Returns:
indexList
public List
Get the indexList value.
Returns:
name
public String name()
Get the name value.
Returns:
partitionKeyList
public List
Get the partitionKeyList value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
withColumnList
public USqlTable withColumnList(List
Set the columnList value.
Parameters:
Returns:
withDatabaseName
public USqlTable withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withDistributionInfo
public USqlTable withDistributionInfo(USqlDistributionInfo distributionInfo)
Set the distributionInfo value.
Parameters:
Returns:
withExternalTable
public USqlTable withExternalTable(ExternalTable externalTable)
Set the externalTable value.
Parameters:
Returns:
withIndexList
public USqlTable withIndexList(List
Set the indexList value.
Parameters:
Returns:
withName
public USqlTable withName(String name)
Set the name value.
Parameters:
Returns:
withPartitionKeyList
public USqlTable withPartitionKeyList(List
Set the partitionKeyList value.
Parameters:
Returns:
withSchemaName
public USqlTable withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
Applies to
Azure SDK for Java