Adf Dataflow Named Column Element
X-Ref:
- Ast Adf Dataflow Named Column Node
- Ast Adf Dataflow Column Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Name of the column. This is a required property | |
OverrideEmitInputStream | Boolean | False | If set to true, the column name will be emitted WITHOUT the stream name prepended. This is used for things like derived columns and other columns that did not exist in the original source. |
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. |