Share via


USqlPackage Class

Definition

A Data Lake Analytics catalog U-SQL package item.

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

Constructors

USqlPackage()

Initializes a new instance of the USqlPackage class.

USqlPackage(String, Nullable<Guid>, String, String, String, String)

Initializes a new instance of the USqlPackage class.

Properties

ComputeAccountName

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

(Inherited from CatalogItem)
DatabaseName

Gets or sets the name of the database containing the package.

Definition

Gets or sets the definition of the package.

Name

Gets or sets the name of the package.

SchemaName

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

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to