Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IRubricatorFactorIO interface is used to save or extract data of the time series database.
IRubricatorFactorIO
To save or extract data, cast the ICubeInstanceDestinationExecutor interface object to the IRubricatorFactorIO interface.
| Property name | Brief description | |
| The CalendarSubstituteKey property determines a key of calendar dictionary used for data extraction and storage. | ||
| The Dependencies property determines whether data needs to be extracted or stored based on factor dependencies. | ||
| The FactDataId property determines identifiers of factor attributes that are used to save or load values. | ||
| The FactDataKind property determines a type of the factor attribute, which values need to be loaded or saved. | ||
| The Factor property returns factor data. The property is not used. | ||
| The MultipleFactors property determines whether data is saved or extracted by several factors. | ||
| The Rubricator property returns data of time series database. | ||
| The ScenarioSubstituteKey property determines a key of the scenario used for extracting or saving data. | ||
| The ValidationExecKey property determines a key of validation execution. | ||
| The ValidationValues property determines whether data can be saved or extracted by validations. | ||
| The ValidationValuesByScenario property determines whether data can be saved or extracted by validations in scenarios dimension. | ||
| The ValueId property determines observation attributes identifiers, which values need to be loaded or saved. | ||
| The ValueKind property determines a type of observation attribute, which values must be loaded or saved. |
See also: