Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IStandardCube interface contains properties of the Standard Cube repository object.
IStandardCube
When a new standard cube is created, the following minimum settings must be determined to ensure its correct work:
Set up facts dimension using one of the following options:
Set the ExternalFactDimension property to True and set the IStandardCubeDimension.FactDimension property to True of the dictionary, which will be used as a facts dimension in the Dimensions collection.
Set the ExternalFactDimension property to False and using the FactDimension property set up the local facts dimension.
Determine data sources to the Datasets collection, set up fact bindings to the added sources in the FactBindings collection.
Add dictionaries, which will be used as dimensions to the Dimensions collection. Set up binding to source fields for each dictionary.
If required, it is possible to create relations, which provide fact values by moving towards the current calculation point in the Relations collection and to set up bindings for calculated facts in the CalcBindings collection.
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. | ||
Outdated. Use the IStandardCube.SetDefaultCallback method. | ||
The DefaultCallbackClass property returns the class that is used to process data saving to cube. | ||
The DefaultCallbackModule property returns the unit that contains a class for processing data saving to 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. |
Method name | Brief description | |
The SetDefaultCallback method sets a handler of data saving to cube for a cube. |
See also: