Assembly: Cubes;
The RubricatorCreator class is used to create a time series database based on the data table or the standard cube.
The limits implemented to the standard cube:
It can have only one one fact with one value.
It can have only one source table with data.
It must have at least one dimension.
The formulas created using the Fore language are not supported in relations between dimensions.
Property name | Brief description | |
Bindings | The Bindings property returns collection of bindings of time series database attributes to data table fields. | |
CreateInfo | The CreateInfo property determines parameters of created time series database as a repository object. | |
Measures | The Measures property determines a measures dictionary of the created time series database. | |
Metabase | The Metabase property determines the repository, in which a time series database must be created. | |
RdsDatabase | The RdsDatabase property determines an MDM repository for the created time series database. | |
SourceTable | The SourceTable property determines a table with data that is used as a data source for time series database. | |
TemplateCalendar | The TemplateCalendar property determines the calendar dictionary, by which parameters a calendar dimension of the created time series database is built. | |
Units | The Units property determines the units dictionary for the created time series database. |
Method name | Brief description | |
AssignCube | The AssignCube method sets the cube, based on which a time series database is built. | |
CreateRubricator | The CreateRubricator method creates a time series database. |
See also: