Dela via


CreateJobParameters Class

Definition

The parameters used to submit a new Data Lake Analytics job.

public class CreateJobParameters : Microsoft.Azure.Management.DataLake.Analytics.Models.BaseJobParameters
type CreateJobParameters = class
    inherit BaseJobParameters
Public Class CreateJobParameters
Inherits BaseJobParameters
Inheritance
CreateJobParameters
Derived

Constructors

CreateJobParameters()

Initializes a new instance of the CreateJobParameters class.

CreateJobParameters(JobType, CreateJobProperties, String, Nullable<Int32>, Nullable<Double>, Nullable<Int32>, IList<String>, JobRelationshipProperties)

Initializes a new instance of the CreateJobParameters class.

Properties

DegreeOfParallelism

Gets or sets the degree of parallelism to use for this job. At most one of degreeOfParallelism and degreeOfParallelismPercent should be specified. If none, a default value of 1 will be used for degreeOfParallelism.

DegreeOfParallelismPercent

Gets or sets the degree of parallelism in percentage used for this job. At most one of degreeOfParallelism and degreeOfParallelismPercent should be specified. If none, a default value of 1 will be used for degreeOfParallelism.

LogFilePatterns

Gets or sets the list of log file name patterns to find in the logFolder. '' is the only matching character allowed. Example format: jobExecution.log or mylog.txt

Name

Gets or sets the friendly name of the job to submit.

Priority

Gets or sets the priority value to use for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.

Properties

Gets or sets the job specific properties.

(Inherited from BaseJobParameters)
Related

Gets or sets the recurring job relationship information properties.

Type

Gets or sets the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'

(Inherited from BaseJobParameters)

Methods

Validate()

Validate the object.

Applies to