DataLakeAnalyticsUSQLActivity
Class
Definition
Data Lake Analytics U-SQL activity.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("DataLakeAnalyticsU-SQL")]
public class DataLakeAnalyticsUSQLActivity : Microsoft.Azure.Management.DataFactories.Models.ActivityTypeProperties
- Inheritance
- Attributes
Constructors
| DataLakeAnalyticsUSQLActivity() |
Initializes a new instance of the DataLakeAnalyticsUSQLActivity. |
| DataLakeAnalyticsUSQLActivity(String) |
Initializes a new instance of the DataLakeAnalyticsUSQLActivity with a plaintext script. |
| DataLakeAnalyticsUSQLActivity(String, String) |
Initializes a new instance of the DataLakeAnalyticsUSQLActivity with script in linked service. |
Properties
| CompilationMode |
Optional. Compilation mode of U-SQL. Must be one of USqlCompilationMode. |
| DegreeOfParallelism |
Optional. Also known as BAUs (Big Analytics Units), or the maximum number of nodes that will be used simultaneously to run the job. |
| Parameters |
Optional. Allows user to specify parameters for the U-SQL activity. |
| Priority |
Optional. Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority (minimum is 0). |
| RuntimeVersion |
Optional. Runtime version of U-SQL engine to use. |
| Script |
Optional. The plaintext U-SQL script. This cannot be used at the same time as ScriptPath and ScriptLinkedService. |
| ScriptLinkedService |
Optional. The linked service hosting the U-SQL script. This needs to be used at the same time as ScriptPath. |
| ScriptPath |
Optional. The path to the U-SQL script in the ScriptLinkedService. This needs to be used at the same time as ScriptLinkedService. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |