> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti.Cube

### *final class* atoti.Cube

Cube of a [`Session`](./atoti.session#atoti.Session).

| [`aggregate_cache`](./atoti.Cube.aggregate_cache#atoti.Cube.aggregate_cache)                                                                         |                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [`aggregate_providers`](./atoti.Cube.aggregate_providers#atoti.Cube.aggregate_providers)                                                             |                                                                                    |
| [`application_name`](./atoti.Cube.application_name#atoti.Cube.application_name)                                                                      | Gets the name of the application, identifying the data model in a Query Session.   |
| [`create_date_hierarchy`](./atoti.Cube.create_date_hierarchy#atoti.Cube.create_date_hierarchy)                                                       | Create a multilevel date hierarchy based on a date column.                         |
| [`create_parameter_hierarchy_from_column`](./atoti.Cube.create_parameter_hierarchy_from_column#atoti.Cube.create_parameter_hierarchy_from_column)    | Create a single-level hierarchy which dynamically takes its members from a column. |
| [`create_parameter_hierarchy_from_members`](./atoti.Cube.create_parameter_hierarchy_from_members#atoti.Cube.create_parameter_hierarchy_from_members) | Create a single-level hierarchy with the given members.                            |
| [`create_parameter_simulation`](./atoti.Cube.create_parameter_simulation#atoti.Cube.create_parameter_simulation)                                     | Create a parameter simulation and its associated measures.                         |
| [`feeding`](./atoti.Cube.feeding#atoti.Cube.feeding)                                                                                                 | Whether the cube is fed from the database.                                         |
| [`hierarchies`](./atoti.Cube.hierarchies#atoti.Cube.hierarchies)                                                                                     | Hierarchies of the cube.                                                           |
| [`levels`](./atoti.Cube.levels#atoti.Cube.levels)                                                                                                    | Levels of the cube.                                                                |
| [`measures`](./atoti.Cube.measures#atoti.Cube.measures)                                                                                              | Measures of the cube.                                                              |
| [`name`](./atoti.Cube.name#atoti.Cube.name)                                                                                                          | Name of the cube.                                                                  |
| [`query`](./atoti.Cube.query#atoti.Cube.query)                                                                                                       | Execute and MDX query.                                                             |
| [`query_cube_ids`](./atoti.Cube.query_cube_ids#atoti.Cube.query_cube_ids)                                                                            | Opaque IDs representing each query cubes this data cube is connected to.           |
| [`restrictions`](./atoti.Cube.restrictions#atoti.Cube.restrictions)                                                                                  | Mapping from role to the corresponding restriction.                                |
| [`shared_context`](./atoti.Cube.shared_context#atoti.Cube.shared_context)                                                                            | Context values shared by all the users.                                            |
