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

Documentation

Support Forums
What can we help you with?
Topics

Adf Mapping Dataflow Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfMappingDataflowNode
X-Ref:
  • Ast Adf Mapping Dataflow Node
  • Ast Adf Dataflow Base 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.
DescriptionString 
Describes the ADF asset.
LogicalDisplayFolderString 
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
ScriptOverrideString 
Permits the user to override the script field used by the ADF dataflow. This property will be autogenerated based on sources, sinks, and transforms, if not supplied. It is not recommended that users supply this property.

Collection Children

ChildAPI TypeDescription
<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>
AstAdfDataflowParameterNode
This is the collection of parameters that will be used as part of this Azure Data Factory dataflow.
<Sinks>
    Multiple Choices...
</Sinks>
AstAdfDataflowDatasetSinkBaseNode
This is the collection of source dataflow components that will be used as part of this Azure Data Factory dataflow.
<Sources>
    Multiple Choices...
</Sources>
AstAdfDataflowDatasetSourceBaseNode
This is the collection of source dataflow components that will be used as part of this Azure Data Factory dataflow.
<Transformations>
    Multiple Choices...
</Transformations>
AstAdfDataflowTransformationBaseNode
This is the collection of transformation dataflow components that will be used as part of this Azure Data Factory dataflow.

© Varigence