Skip to content

AggregationLevelProperty

Maps a level property to its corresponding column in an aggregation table, enabling access to dimensional member properties in aggregated queries. Level properties provide additional descriptive information about dimension members beyond their keys and names, such as member descriptions, custom attributes, or categorization data.

Extends

Attributes

NameIdTypeLowerUpper
namefalseEString11
Required name identifier for the level property that this aggregation level property represents. This name must correspond to a property defined in the level schema, enabling proper property access in aggregated queries.

References

NameTypeLowerUpperContainment
columnColumn🔗01false
Reference to the column in the aggregation table that stores the property values. This column contains the actual property data that corresponds to the level property definition in the cube schema.

Used by

  • AggregationLevel🔗 → aggregationLevelProperties

ClassDiagramm

Released under the Eclipse Public License 2.0