CreateScopeJobParameters Class
The parameters used to submit a new Data Lake Analytics Scope job. (Only for use internally with Scope job type.).
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CreateScopeJobParameters
Constructor
CreateScopeJobParameters(*, type, properties, name: str, degree_of_parallelism: int = 1, priority: Optional[int] = None, log_file_patterns=None, related=None, tags=None, **kwargs)
Parameters
Required. The job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'
- degree_of_parallelism
- int
The degree of parallelism to use for this job. This must be greater than 0, if set to less than 0 it will default to
- Default value: 1 .
- priority
- int
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.
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
Feedback
Submit and view feedback for