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

Documentation

Support Forums
What can we help you with?
Topics

Aggregate Element

API Type:
Varigence.Languages.Biml.Transformation.AstAggregateNode
X-Ref:
  • Ast Aggregate Node
  • Ast Single In Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary 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
AutoExtendFactorInt3225
This value specifies the percentage that memory can be extended during aggregation. The default value is 25. Valid values are between 1 and 100.
CountDistinctKeysInt320
This value specifies exactly how many distinct values the transformation can count in a column. If a CountDistinctKeyScale value is also specified, the value in CountDistinctKeys takes precedence.
CountDistinctScaleAggregateTransformScaleUnspecified
This value specifies approximately how many distinct values the transformation can count in a column.
GroupByKeysInt320
This value specifies the exact number of group by keys that the aggregation produces. If a GroupByKeyScale value is also specified, the value in GroupByKeys takes precedence.
GroupByKeyScaleAggregateTransformScaleUnspecified
This value specifies approximately how many Group By keys the Aggregation transformation can produce.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

ChildAPI TypeDescription
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component
<InputPath />AstDataflowInputPathNodeAstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path.

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.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.
<OutputPaths>
    <OutputPath />
</OutputPaths>
AstAggregateOutputPath
This is a collection of output path definitions to which the results of the aggregation are directed.

© Varigence