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(*, script: str, runtime_version: Optional[str] = None, compile_mode=None, **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.

script
str
Required

Required. The script to run. Please note that the maximum script size is 3 MB.

type
str
Required

Required. Constant filled by server.

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'