Assembly: 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:
In the Destinations collection get the default display version or create a new display version.
Set up fact dimension using one of the following options:
Set the ExternalFactDimension property to True and in the Dimensions collection for the dictionary, which will be used as a fact dimension, set the IStandardCubeDimension.FactDimension property to True.
Set the ExternalFactDimension property to False and use the FactDimension property to set up a local fact dimension.
Add data sources to the Datasets collection, in the FactBindings collection set up fact bindings to the added data sources.
Add the dictionaries that will be used as dimensions to the Dimensions collection. Set up binding to source fields for each dictionary.
If required, the Relations collection can be used to create the relations that allow for getting fact values by shifting relative to the current calculation point, and the CalcBindings collection can be used to set up bindings for calculated facts.
Property name | Brief description | |
ChildRubricator | The ChildRubricator property returns the child time series database. | |
DefaultCallbackClass | The DefaultCallbackClass property returns the class that is used to process data saving to cube. | |
DefaultCallbackModule | The DefaultCallbackModule property returns the unit that contains a class for processing data saving to cube. | |
Destinations | The Destinations property returns the collection of display versions of standard cube. | |
ExternalFactDimension | The ExternalFactDimension property determines whether the current repository dictionary is used as a fact dimension. | |
SegmentContainer | The SegmentContainer property determines a container for cube segments. |
Method name | Brief description | |
SetDefaultCallback | The SetDefaultCallback method sets a handler of data saving to cube for a cube. |
See also: