Skip to main content

Component Input Column Element

Component Input Column Element

Attributes

AttributeAPI TypeDefaultDescription
SourceColumnString 
Defines the upstream column that this input column is bound to. This is a required property
ErrorOrTruncationOperationString 
Describes the operation that is taking place when an error or truncation occurs.
ErrorRowDispositionErrorRowDispositionNotUsed
Defines the how the component should handle error conditions.
ExternalMetadataColumnNameAstDataflowExternalColumnNode 
Defines the external metadata column that corresponds to the input column. This references an existing definiton.
NameString 
Defines the name of the input column.
TruncationRowDispositionTruncationRowDispositionNotUsed
Defines the how the component should handle truncations.
UsageTypeScriptProjectInputBufferColumnUsageTypeReadOnly
Defines the usage type (ReadOnly or ReadWrite) for the input column.

Collection Children

ChildAPI TypeDescription
<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.