Adf Mapping Dataflow Element
X-Ref:
- Ast Adf Mapping Dataflow Node
- Ast Adf Dataflow Base Node
- Ast Adf Root Object Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | 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 | |
AdfFolder | String | Specifies the name of the folder within the ADF file structure that this asset resides. | |
Description | String | Describes the ADF asset. | |
LogicalDisplayFolder | String | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. | |
ScriptOverride | String | 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
Child | API Type | Description |
---|---|---|
<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. |