IRubricatorFactorIO

Assembly: Cubes;

Description

The IRubricatorFactorIO interface is used to save or extract data of the time series database.

Inheritance Hierarchy

          IRubricatorFactorIO

Comments

To save or extract data, cast the ICubeInstanceDestinationExecutor interface object to the IRubricatorFactorIO interface.

Properties

  Property name Brief description
CalendarSubstituteKey

The CalendarSubstituteKey property determines a key of calendar dictionary used for data extraction and storage.
Dependencies

The Dependencies property determines whether data needs to be extracted or stored based on factor dependencies.
FactDataId

The FactDataId property determines identifiers of factor attributes that are used to save or load values.
FactDataKind

The FactDataKind property determines a type of the factor attribute, which values need to be loaded or saved.
Factor

The Factor property returns factor data. The property is not used.
MultipleFactors

The MultipleFactors property determines whether data is saved or extracted by several factors.
Rubricator

The Rubricator property returns data of time series database.
ScenarioSubstituteKey

The ScenarioSubstituteKey property determines a key of the scenario used for extracting or saving data.
ValidationExecKey

The ValidationExecKey property determines a key of validation execution.
ValidationValues

The ValidationValues property determines whether data can be saved or extracted by validations.
ValidationValuesByScenario

The ValidationValuesByScenario property determines whether data can be saved or extracted by validations in scenarios dimension.
ValueId

The ValueId property determines observation attributes identifiers, which values need to be loaded or saved.
ValueKind

The ValueKind property determines a type of observation attribute, which values must be loaded or saved.

See also:

Cubes Assembly Interfaces