Share via


USqlTablePartition Class

Definition

A Data Lake Analytics catalog U-SQL table partition item.

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

Constructors

USqlTablePartition()

Initializes a new instance of the USqlTablePartition class.

USqlTablePartition(String, Nullable<Guid>, String, String, String, DdlName, Nullable<Int32>, IList<String>, Nullable<DateTimeOffset>)

Initializes a new instance of the USqlTablePartition class.

Properties

ComputeAccountName

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

(Inherited from CatalogItem)
CreateDate

Gets or sets the creation time of the partition

DatabaseName

Gets or sets the name of the database.

IndexId

Gets or sets the index ID for this partition.

Label

Gets or sets the list of labels associated with this partition.

Name

Gets or sets the name of the table partition.

ParentName

Gets or sets the Ddl object of the partition's parent.

SchemaName

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

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to