DataLakeAnalyticsUSQLActivity Constructors
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.
Overloads
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. |
DataLakeAnalyticsUSQLActivity()
Initializes a new instance of the DataLakeAnalyticsUSQLActivity class.
public DataLakeAnalyticsUSQLActivity ();
Public Sub New ()
Applies to
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.
public DataLakeAnalyticsUSQLActivity (string name, object scriptPath, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference scriptLinkedService, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object degreeOfParallelism = default, object priority = default, System.Collections.Generic.IDictionary<string,object> parameters = default, object runtimeVersion = default, object compilationMode = default);
new Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity : string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity
Public Sub New (name As String, scriptPath As Object, scriptLinkedService As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional degreeOfParallelism As Object = Nothing, Optional priority As Object = Nothing, Optional parameters As IDictionary(Of String, Object) = Nothing, Optional runtimeVersion As Object = Nothing, Optional compilationMode As Object = Nothing)
Parameters
- name
- String
Activity name.
- scriptPath
- Object
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- scriptLinkedService
- LinkedServiceReference
Script linked service reference.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Activity description.
- dependsOn
- IList<ActivityDependency>
Activity depends on condition.
- userProperties
- IList<UserProperty>
Activity user properties.
- linkedServiceName
- LinkedServiceReference
Linked service reference.
- policy
- ActivityPolicy
Activity policy.
- degreeOfParallelism
- 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.
- parameters
- IDictionary<String,Object>
Parameters for U-SQL job request.
- runtimeVersion
- Object
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- compilationMode
- Object
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET