IRubricatorCreator

Assembly: Cubes.

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IRubricatorCreator interface is used to create a time series database based on a data table or a standard cube.

Inheritance Hierarchy

          IRubricatorCreator

Comments

The limits implemented to the standard cube:

Properties

  Property name Brief description
The Bindings property returns collection of bindings of time series database attributes to data table fields.
The CreateInfo property determines parameters of created time series database as a repository object.
The Measures property determines a measures dictionary of the created time series database.
The Metabase property determines the repository, in which a time series database must be created.
The RdsDatabase property determines an MDM repository for the created time series database.
The SourceTable property determines a table with data that is used as a data source for time series database.
The TemplateCalendar property determines the calendar dictionary, by which parameters a calendar dimension of the created time series database is built.
The Units property determines the units dictionary for the created time series database.

Methods

  Method name Brief description
The AssignCube method sets the cube, based on which a time series database is built.
The CreateRubricator method creates a time series database.

See also:

Cubes Assembly Interfaces