Component Input Column Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
SourceColumn | String | Defines the upstream column that this input column is bound to. This is a required property | |
ErrorOrTruncationOperation | String | Describes the operation that is taking place when an error or truncation occurs. | |
ErrorRowDisposition | ErrorRowDisposition | NotUsed | Defines the how the component should handle error conditions. |
ExternalMetadataColumnName | AstDataflowExternalColumnNode | Defines the external metadata column that corresponds to the input column. This references an existing definiton. | |
Name | String | Defines the name of the input column. | |
TruncationRowDisposition | TruncationRowDisposition | NotUsed | Defines the how the component should handle truncations. |
UsageType | ScriptProjectInputBufferColumnUsageType | ReadOnly | Defines the usage type (ReadOnly or ReadWrite) for the input column. |
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. |
<CustomProperties> <CustomProperty /> </CustomProperties> | AstDataflowPropertyNode | Defines custom properties for the input column. |