Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeMetaExporter interface contains properties and methods for time series export.
ICubeMetaExporter
| Property name | Brief description | |
| The AutoPeriod property returns parameters of time series export period. | ||
| The Bindings property determines a binding of time series database attributes to data consumer fields. | ||
| The ByColumns property determines whether calendar elements are placed in columns. | ||
| The CalendarLevel property determines level of data detail. | ||
| The CalendarLevelSet property determines a set of calendar frequencies, which data must be exported. | ||
| The ClearBeforeExport property determines whether consumer is cleared before export. | ||
| The Consumer property determines an object used as a data consumer. | ||
| The ExportMode property determines a time series export mode. | ||
| The Filters property determines filtering parameters for exported time series by series attributes. | ||
| Outdated. The PeriodEnd property determines export period end. | ||
| Outdated. The PeriodStart property determines export period start. | ||
| The Rubricator property determines a database that contains exported factors. | ||
| The ScaleValues property determines whether data is normalized on export. | ||
| The ValueFilters property determines filtering parameters for exported time series by observation attributes. | ||
| The WhereIsEmpty property determines whether factors, for which emptiness indicator is set, are exported. |
| Method name | Brief description | |
| The Export method exports factors. |
See also: