CreateUSqlJobProperties Class
U-SQL job properties used when submitting U-SQL jobs.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CreateUSqlJobProperties
Constructor
CreateUSqlJobProperties(**kwargs)
Parameters
- runtime_version
- str
Required
The runtime version of the Data Lake Analytics engine to use for the specific type of job being run.
- compile_mode
- str or CompileMode
Required
The specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'
Feedback
Submit and view feedback for