• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Data Lake U Sql Activity Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDataLakeUSqlActivityNode
X-Ref:
  • Ast Adf Data Lake USql Activity Node
  • Ast Adf Execution Activity Base Node
  • Ast Adf Activity Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
LinkedServiceNameAstAdfAzureDataLakeAnalyticsLinkedServiceNode 
Specifies a reference to the Azure Data Lake Analytics linked service. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
CompilationModeAdfUSqlCompilationModeSemantic
Specifies one of three Compilation modes of U-SQL (Semantic, Full, or Single Box). If this property is omitted, the server determines the optimal compilation mode.
DegreeOfParallelismInt320
Maximum amount of nodes concurrently used to complete the task.
PriorityInt320
Determines the order that queued jobs will be completed. Uses an ordinal ranking system.
RetryInt32-1
Number of retry attempts.
RetryIntervalInt3230
Specifies the time in seconds between retry attempts. Range between 30 and 86400 with 30 being the default.
RuntimeVersionString 
Specifies the version of the U-SQL engine that is to be used at runtime.
ScriptString 
The U-SQL script.
ScriptLinkedServiceNameAstAdfAzureFileStorageLinkedServiceBaseNode 
Reference to the storage Linked Service that contains the U-SQL script to the data factory. This references an existing definiton.
ScriptPathString 
Specifies the path to the folder that houses the U-SQL script.
SecureInputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring.
SecureOutputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring
TimeoutString"7"
Timeout for the activity to run. Defaults to 7 days.

Singleton Children

ChildAPI TypeDescription
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<Scheduler />AstAdfActivityScheduleNodeAstAdfActivityScheduleNode objects correspond directly to scheduler specifications for activities in Azure Data Factory.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Dependencies>
    <Dependency />
</Dependencies>
AstAdfActivityDependencyNode
This is the collection of activity dependencies that will control the execution of this Azure Data Factory activity.
<Parameters>
    <Parameter />
</Parameters>
AstAdfUSqlParameterNode
Specifies parameters to be used in the U-Sql script.
<PipelineParameters>
    <Parameter />
</PipelineParameters>
AstAdfPipelineParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory activity. These parameters will be promoted automatically to the parent pipeline.
<UserProperties>
    <UserProperty />
</UserProperties>
AstAdfActivityUserPropertyNode
This is the collection of user properties that the user can monitor in the Adf monitor window.

© Varigence