BaseJobParameters Class

Data Lake Analytics Job Parameters base class for build and submit.

All required parameters must be populated in order to send to Azure.

Inheritance
BaseJobParameters

Constructor

BaseJobParameters(*, type, properties, **kwargs)

Parameters

type
str or JobType
Required

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

properties
CreateJobProperties
Required

Required. The job specific properties.