CreateScopeJobParameters Class

Definition

The parameters used to submit a new Data Lake Analytics Scope job. (Only for use internally with Scope job type.)

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

Constructors

CreateScopeJobParameters()

Initializes a new instance of the CreateScopeJobParameters class.

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

Initializes a new instance of the CreateScopeJobParameters 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.

(Inherited from CreateJobParameters)
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.

(Inherited from CreateJobParameters)
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

(Inherited from CreateJobParameters)
Name

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

(Inherited from CreateJobParameters)
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.

(Inherited from CreateJobParameters)
Properties

Gets or sets the job specific properties.

(Inherited from BaseJobParameters)
Related

Gets or sets the recurring job relationship information properties.

(Inherited from CreateJobParameters)
Tags

Gets or sets the key-value pairs used to add additional metadata to the job information.

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