Adf Dataflow Condition Element
X-Ref:
- Ast Adf Dataflow Condition Node
- Ast Adf Dataflow Condition Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Operator | AdfDataflowJoinOperator | EqualTo | Specifies the operator for the comparison. |
Singleton Children
Child | API Type | Description |
---|---|---|
<LeftColumn /> | AstAdfDataflowNamedColumnNode | Column that is used in partition settings for dataflows. This is a required property |
<LeftComputedColumn /> | AstAdfDataflowComputedColumnNode | Computed Column that is used in partition settings for dataflows. This is a required property |
<RightColumn /> | AstAdfDataflowNamedColumnNode | Column that is used in partition settings for dataflows. This is a required property |
<RightComputedColumn /> | AstAdfDataflowComputedColumnNode | Computed Column that is used in partition settings for dataflows. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |