USqlTable Class

  • java.lang.Object
    • CatalogItem
      • com.microsoft.azure.management.datalake.analytics.models.USqlTable

public class USqlTable extends CatalogItem

A Data Lake Analytics catalog U-SQL table item.

Method Summary

Modifier and Type Method and Description
List<USqlTableColumn> columnList()

Get the columnList value.

String databaseName()

Get the databaseName value.

USqlDistributionInfo distributionInfo()

Get the distributionInfo value.

ExternalTable externalTable()

Get the externalTable value.

List<USqlIndex> indexList()

Get the indexList value.

String name()

Get the name value.

List<String> partitionKeyList()

Get the partitionKeyList value.

String schemaName()

Get the schemaName value.

USqlTable withColumnList(List<USqlTableColumn> columnList)

Set the columnList value.

USqlTable withDatabaseName(String databaseName)

Set the databaseName value.

USqlTable withDistributionInfo(USqlDistributionInfo distributionInfo)

Set the distributionInfo value.

USqlTable withExternalTable(ExternalTable externalTable)

Set the externalTable value.

USqlTable withIndexList(List<USqlIndex> indexList)

Set the indexList value.

USqlTable withName(String name)

Set the name value.

USqlTable withPartitionKeyList(List<String> partitionKeyList)

Set the partitionKeyList value.

USqlTable withSchemaName(String schemaName)

Set the schemaName value.

Inherited Members

Method Details

columnList

public List columnList()

Get the columnList value.

Returns:

the columnList value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

distributionInfo

public USqlDistributionInfo distributionInfo()

Get the distributionInfo value.

Returns:

the distributionInfo value

externalTable

public ExternalTable externalTable()

Get the externalTable value.

Returns:

the externalTable value

indexList

public List indexList()

Get the indexList value.

Returns:

the indexList value

name

public String name()

Get the name value.

Returns:

the name value

partitionKeyList

public List partitionKeyList()

Get the partitionKeyList value.

Returns:

the partitionKeyList value

schemaName

public String schemaName()

Get the schemaName value.

Returns:

the schemaName value

withColumnList

public USqlTable withColumnList(List columnList)

Set the columnList value.

Parameters:

columnList - the columnList value to set

Returns:

the USqlTable object itself.

withDatabaseName

public USqlTable withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlTable object itself.

withDistributionInfo

public USqlTable withDistributionInfo(USqlDistributionInfo distributionInfo)

Set the distributionInfo value.

Parameters:

distributionInfo - the distributionInfo value to set

Returns:

the USqlTable object itself.

withExternalTable

public USqlTable withExternalTable(ExternalTable externalTable)

Set the externalTable value.

Parameters:

externalTable - the externalTable value to set

Returns:

the USqlTable object itself.

withIndexList

public USqlTable withIndexList(List indexList)

Set the indexList value.

Parameters:

indexList - the indexList value to set

Returns:

the USqlTable object itself.

withName

public USqlTable withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlTable object itself.

withPartitionKeyList

public USqlTable withPartitionKeyList(List partitionKeyList)

Set the partitionKeyList value.

Parameters:

partitionKeyList - the partitionKeyList value to set

Returns:

the USqlTable object itself.

withSchemaName

public USqlTable withSchemaName(String schemaName)

Set the schemaName value.

Parameters:

schemaName - the schemaName value to set

Returns:

the USqlTable object itself.

Applies to