• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Aggregate Output Element

API Type:
Varigence.Languages.Biml.Transformation.AstAggregateOutputPath
X-Ref:
  • Ast Aggregate Output Path
  • Ast Dataflow Output Path Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
GroupByKeysInt320
This value determines how many keys are used in a GroupBy aggregation using a precise integer value. The default value is 0.
GroupByKeyScaleAggregateTransformScaleUnspecified
This value determines how many keys are used during a Group By aggregation, using a list of size categories. The default value is Unspecified.
IsErrorOutputBooleanFalse
Indicates that the associated output is used for error rows.
SsisNameString 
Specifies the name of the object.

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.
<Columns>
    <Column />
</Columns>
AstAggregateColumnNode
This collection specifies which columns are used to aggregate data.
<CustomProperties>
    <CustomProperty />
</CustomProperties>
AstDataflowPropertyNode
Provides for custom properties on outputs for components that leverage this functionality
<ExternalColumns>
    <ExternalColumn />
</ExternalColumns>
AstDataflowExternalColumnNode
This collection enables the user to manually define additional columns to be added to the external metadata columns for the Task.
<OutputColumns>
    <OutputColumn />
</OutputColumns>
AstDataflowOutputColumnNode
This collection enables the user to manually define additional columns to be added to the output columns for the Task.

© Varigence