CatalogItemList Class

 

A Data Lake Analytics catalog 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.USqlAssemblyList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlDatabaseList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlExternalDataSourceList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlSchemaList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTableList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTableStatisticsList
    Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTableValuedFunctionList

Syntax

public abstract class CatalogItemList
public ref class CatalogItemList abstract 
[<AbstractClass>]
type CatalogItemList = class end
Public MustInherit Class CatalogItemList

Constructors

Name Description
System_CAPS_pubmethod CatalogItemList()

Initializes a new instance of the CatalogItemList class.

Properties

Name Description
System_CAPS_pubproperty Count

Optional. Gets or sets the count of items in the list.

System_CAPS_pubproperty ItemType

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

System_CAPS_pubproperty NextLink

Optional. Gets or sets the link to the next page of results.

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