Aggregation Design Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | 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 | |
EstimatedRows | Int64 | 0 | 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
Child | API Type | Description |
---|---|---|
<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. |