JobProperties Class

 

The common Data Lake Analytics job properties.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobProperties
    Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.HiveProperties
    Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.USqlProperties

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobProperties()

Initializes a new instance of the JobProperties class.

System_CAPS_pubmethod JobProperties(String)

Initializes a new instance of the JobProperties class with required arguments.

Properties

Name Description
System_CAPS_pubproperty RuntimeVersion

Optional. Gets or sets the runtime version of the U-SQL engine to use

System_CAPS_pubproperty Script

Required. Gets or sets the U-SQL script to run

System_CAPS_pubproperty Type

Optional. Gets or sets the job type of the current job (i.e. Hive or U-SQL).

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.AnalyticsJob.Models Namespace

Return to top