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

Documentation

Support Forums
What can we help you with?
Topics

Aggregation Design Element

API Type:
Varigence.Languages.Biml.Cube.Aggregation.AstAggregationDesignNode
X-Ref:
  • Ast Aggregation Design 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
EstimatedRowsInt640
This value indicates the estimated number of items in the aggregation design. The default setting is zero. This value is used to assist in aggregation design choices and other internal operations. While EstimatedCount can be set manually to reflect estimated member counts, BimlStudio also provides an automatic Member Count Estimator in the Cube ribbon.

Collection Children

ChildAPI TypeDescription
<Aggregations>
    <Aggregation />
</Aggregations>
AstAggregationNode
This is a collection of aggregation definitions that will comprise the aggregation design.
<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.
<Dimensions>
    <Dimension />
</Dimensions>
AstAggregationDesignDimensionReferenceNode
This is a collection of dimension reference defintions for the aggregation design.

© Varigence