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

Documentation

Support Forums
What can we help you with?
Topics

Adf Pipeline Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfPipelineNode
X-Ref:
  • Ast Adf Pipeline Node
  • Ast Adf Root Object Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
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
AdfFolderString 
Specifies the name of the folder within the ADF file structure that this asset resides.
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.
LogicalDisplayFolderString 
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
RunDimensionsString 
Dimensions emitted by the Pipeline.

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.
<Settings />AstAdfPipelineSettingsNodeAstAdfPipelineSettingsNode corresponds to the settings tab in the pipeline editor in ADF.

Collection Children

ChildAPI TypeDescription
<Activities>
    Multiple Choices...
</Activities>
AstAdfActivityBaseNode
This is the collection of activities that will be executed as part of this Azure Data Factory pipeline.
<AdfAnnotations>
    <AdfAnnotation />
</AdfAnnotations>
String
This is the collection of annotations that will be emitted in the json.
<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.
<Parameters>
    <Parameter />
</Parameters>
AstAdfPipelineParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory pipeline.
<Variables>
    <Variable />
</Variables>
AstAdfPipelineVariableNode
This is the collection of variables that will be available to the Azure Data Factory pipeline.

© Varigence