USqlTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET