USqlSchemaList Class

 

A Data Lake Analytics catalog U-SQL schema item list.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.CatalogItemList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSchemaList

Syntax

public class USqlSchemaList : CatalogItemList
public ref class USqlSchemaList : CatalogItemList
type USqlSchemaList = 
    class
        inherit CatalogItemList
    end
Public Class USqlSchemaList
    Inherits CatalogItemList

Constructors

Name Description
System_CAPS_pubmethod USqlSchemaList()

Initializes a new instance of the USqlSchemaList class.

Properties

Name Description
System_CAPS_pubproperty Count

Optional. Gets or sets the count of items in the list. (Inherited from CatalogItemList.)

System_CAPS_pubproperty ItemType

Optional. Gets or sets the job type of the current job (i.e. Hive or USql). (Inherited from CatalogItemList.)

System_CAPS_pubproperty NextLink

Optional. Gets or sets the link to the next page of results. (Inherited from CatalogItemList.)

System_CAPS_pubproperty Value

Optional. Gets or sets the list of schemas in the database

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top