CatalogItemList.ItemType Property

 

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

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

Syntax

public string ItemType { get; set; }
public:
property String^ ItemType {
    String^ get();
    void set(String^ value);
}
member ItemType : string with get, set
Public Property ItemType As String

Property Value

Type: System.String

See Also

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

Return to top