DataLakeAnalyticsUSQLActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Lake Analytics U-SQL activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("DataLakeAnalyticsU-SQL")]
public class DataLakeAnalyticsUSQLActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("DataLakeAnalyticsU-SQL")>]
type DataLakeAnalyticsUSQLActivity = class
inherit ExecutionActivity
Public Class DataLakeAnalyticsUSQLActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
DataLakeAnalyticsUSQLActivity() |
Initializes a new instance of the DataLakeAnalyticsUSQLActivity class. |
DataLakeAnalyticsUSQLActivity(String, Object, LinkedServiceReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the DataLakeAnalyticsUSQLActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
CompilationMode |
Gets or sets compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string). |
DegreeOfParallelism |
Gets or sets the maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Parameters |
Gets or sets parameters for U-SQL job request. |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
Priority |
Gets or sets 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. |
RuntimeVersion |
Gets or sets runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string). |
ScriptLinkedService |
Gets or sets script linked service reference. |
ScriptPath |
Gets or sets case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string). |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET