USqlTableValuedFunctionList Class

 

A Data Lake Analytics catalog U-SQL table valued function 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.USqlTableValuedFunctionList

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod USqlTableValuedFunctionList()

Initializes a new instance of the USqlTableValuedFunctionList 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 table valued functions in the database and schema combination

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