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

Documentation

Support Forums
What can we help you with?
Topics

Adf Foreach Activity Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfForeachActivityNode
X-Ref:
  • Ast Adf Foreach Activity Node
  • Ast Adf Container Activity Base Node
  • Ast Adf Activity Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ItemsExpressionString 
Specifies the Azure Data Factory expression that will return the list of items that will be iterated. This is a required property
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
BatchCountInt3220
Controls the batch count of parallel executions (max is 50, default is 20).
DependencyModeAdfGroupActivityDependencyModeParallel
Specifies the type of dependencies, if any, that will be automatically created between the child activities using the order they are specified in the Biml. The default is Parallel, which does not automatically create dependencies.
IsSequentialBooleanFalse
Specifies whether or not the foreach loop iterations will run sequentially or concurrently. The default is false.

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
<Activities>
    Multiple Choices...
</Activities>
AstAdfActivityBaseNode
This collection contains the activities that will be executed in this group.
<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.
<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