Skip to main content

Adf Pipeline Element

Adf Pipeline Element

X-Ref:

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.
LogicalIdGuid00000000-0000-0000-0000-000000000000
Specifies the Id to use for this pipeline in its platform file in Azure Fabric.
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.