DataAggregation Enumeration
The DataAggregation enumeration provides a list of options for data or cache aggregation behaviors of a cube measure group.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that neither data nor cache will be aggregated. |
DataAggregatable | Specifies that file or table data can be aggregated. |
CacheAggregatable | Specifies that cache data can be aggregated. |
DataAndCacheAggregatable | Specifies that file, table, and cache data can all be aggregated. |