IRubricator

Assembly: Cubes;

Description

The IRubricator interface contains properties and methods of the Time Series Database repository object.

Inheritance Hierarchy

          IRubricator

Comments

Time series database is an object that is used to store time series.

A time series is a set of series observations. A time series is a unique set of attribute values. Each observation included into the series is called a series point. It is characterized by the observation time, its value and a set of additional characteristics.

Properties

  Property name Brief description
AutoUnits The AutoUnits property determines whether a units dimension is available in the time series database.
AutoUpdateStat The AutoUpdateStat property determines whether statistics must be collected and index fragmentation must be estimated on operations with data of time series database.
CalendarLevels The CalendarLevels property determines a type of calendar frequency in a time series database.
CalendarLevelsDimension The CalendarLevelsDimension property returns internal dimension of calendar levels in a time series database.
CompoundFactorKey The CompoundFactorKey property determines whether time series have a composite key.
Container The Container property determines repository objects that form a time series database.
Database The Database property determines the MDM repository that contains basic dictionaries required for working with a time series database.
DatabaseEx The DatabaseEx property determines a database for a time series database.
DefaultDwarf The DefaultDwarf property determines whether to use optimization on loading time series database data to memory.
Dimensions The Dimensions property enables the user to work with the collection of pass-through dimensions in a time series database.
EditFacts The EditFacts property returns the repository object that contains a dictionary of time series database.
EditValues The EditValues property returns the repository object that contains a values dictionary of time series database.
EndYear The EndYear property returns the end date of factor.
FactAndValuesDimension The FactAndValuesDimension property returns the dimension of time series database attributes
Facts The Facts property determines the MDM repository dictionary that contains information about factors of a time series database.
FactsOnQuery The FactsOnQuery property determines whether a facts dictionary is based on a query.
GetCommonCalendar The GetCommonCalendar property returns the calendar dictionary of a time series database.
HasEmptyAttribute The HasEmptyAttribute property determines whether factors are empty in a time series database.
HasMnemonics The HasMnemonics property determines whether mnemonics are used for factors identification.
HasScenarioDimension The HasScenarioDimension property determines whether time series database supports scenarios.
KeepHistory The KeepHistory property determines whether to keep history of database factors changes.
LightWeight The LightWeight property determines whether to load factors dynamically.
Measures The Measures property determines the MDM repository dictionary that contains information about measures.
ModelSpace The ModelSpace property determines a modeling container for a time series database.
Revisions The Revisions property determines the MDM repository dictionary that contains information about revisions.
RevisionsOnQuery The RevisionsOnQuery property determines whether the revisions dictionary is based on a query.
SeparateTableForActualData The SeparateTableForActualData property determines whether to use a separate table to store actual data.
Sequence The Sequence property returns the object that generates factor keys for time series database.
StartYear The StartYear property returns the start date of factor.
TreatEmptyStringAsNull The TreatEmptyStringAsNull property determines whether to store empty strings as Null.
UnitIsRequired The UnitIsRequired property determines whether the unique key of the time series database contains a units dictionary.
Units The Units property determines the MDM repository dictionary that contains information about measurement units.
UseDeduplication The UseDeduplication property determines whether a time series database supports deduplication.
UseDistinctSequence The UseDistinctSequence property determines whether to generate factors keys for the time series database separately of the other repository time series databases.
UseDuplication The UseDuplication property determines whether series attribute value should be multiplied by all points included into the selection.
Values The Values property determines the repository object that contains a dictionary of database factors values.
ValuesOnQuery The ValuesOnQuery property determines whether the values dictionary is based on a query.

Methods

  Method name Brief description
AlterAndSave The AlterAndSave method creates or updates system tables of time series database.
CollectGarbage The CollectGarbage method removes series, in which the values of identifying attributes were removed from the dictionary.
CreateFacts

The CreateFacts method creates a composite dictionary in the MDM repository that will store information about factors of the time series database.
CreateMeasures

The CreateMeasures method creates a measures dictionary in MDM repository.
CreateRevisions

The CreateRevisions method creates a measures dictionary in MDM repository.
CreateUnits

The CreateMeasures method creates a units dictionary in MDM repository.
CreateValues

The CreateRevisions method creates a values dictionary in MDM repository.
EditCalendar

The EditCalendar method enables the user to get calendar of the time series database in the edit mode.
GetDictionary

The GetDictionary method enables the user to get composite dictionary of the time series database.
RunIndexDefrag

The RunIndexDefrag method defragments table indexes, on which the time series database is based.
SetDictionary

The CreateFacts method enables the user to determine the repository object that stores information about time series database dictionary.
SetPeriod

The SetPeriod method sets a period for factors.
Truncate

The Truncate method clears the time series database.

See also:

Cubes Assembly Interfaces