Share via


USqlTable Class

Definition

A Data Lake Analytics catalog U-SQL table item.

public class USqlTable : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlTable = class
    inherit CatalogItem
Public Class USqlTable
Inherits CatalogItem
Inheritance
USqlTable

Constructors

USqlTable()

Initializes a new instance of the USqlTable class.

USqlTable(String, Nullable<Guid>, String, String, String, IList<USqlTableColumn>, IList<USqlIndex>, IList<String>, ExternalTable, USqlDistributionInfo)

Initializes a new instance of the USqlTable class.

Properties

ColumnList

Gets or sets the list of columns in this table

ComputeAccountName

Gets or sets the name of the Data Lake Analytics account.

(Inherited from CatalogItem)
DatabaseName

Gets or sets the name of the database.

DistributionInfo

Gets or sets the distributions info of the table

ExternalTable

Gets or sets the external table associated with the table.

IndexList

Gets or sets the list of indices in this table

Name

Gets or sets the name of the table.

PartitionKeyList

Gets or sets the list of partition keys in the table

SchemaName

Gets or sets the name of the schema associated with this table and database.

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to