IStandardCube

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IStandardCube interface contains properties of the Standard Cube repository object.

Inheritance Hierarchy

IStandardCube

Comments

When a new standard cube is created, the following minimum settings must be determined to ensure its correct work:

Properties

  Property name Brief description
Outdated. Use the IStandardCubeDataset.AggregateDuplicatesMode property.
The CalcBindings property returns bindings of the calculated cube facts.
The ChildRubricator property returns the child time series database.
The Datasets property returns the collection of data sources for a cube.
The Destinations property returns the collection of display versions of standard cube.
The Dimensions property returns the collection of cube dimensions.
The ExternalFactDimension property determines whether the current repository dictionary is used as a facts dimension.
The FactBindings property returns the binding of cube facts by the specified data source.
The FactDimension property returns the dimension structure of cube facts.
The HideTrivialFactDimension property determines whether the facts dimension is hidden when creating a cube.
The Relations property returns the collection of standard cube relations.
The SelSetOriginalOnly property determines whether data can be aggregated by full-selection dimensions.
The UseMultiAttrTable property determines whether a single common temporary table is used to store values of attributes, by which dimension connection is made.
Outdated. Use the IStandardCubeDataset.UseSubqueryOptimization property.

See also:

Cubes Assembly Interfaces