DataLakeAnalyticsUSQLActivity Class
Data Lake Analytics U-SQL activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityDataLakeAnalyticsUSQLActivity
Constructor
DataLakeAnalyticsUSQLActivity(*, name: str, script_path: object, script_linked_service: azure.synapse.artifacts.models._models_py3.LinkedServiceReference, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, degree_of_parallelism: Optional[object] = None, priority: Optional[object] = None, parameters: Optional[Dict[str, object]] = None, runtime_version: Optional[object] = None, compilation_mode: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- script_path
- object
Required. Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- degree_of_parallelism
- object
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- priority
- object
Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime_version
- object
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- compilation_mode
- object
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for