IImportRequestProviderParams

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IImportRequestProviderParams interface is used to set up parameters of time series' import from a data source (except for time series database).

Inheritance Hierarchy

          IImportRequestProviderParams

Comments

To get parameters of time series import from the data source, use the IImportRequestDefinition.ProviderParams property.

Properties

  Property name Brief description
The AutoPeriod property returns parameters of factors import period.
The Bindings property determines a binding of time series database attributes to data source fields.
The CanLockBMOD property determines a mode of locking the system table during loading factors to the time series database.
The DecreasePeriod property determines whether to decrease time series period in time series database.
The DuplicateCheck property determines a mode of excluding duplicate values.
The ImportObjectKey property determines a key of an object used for import.
The IncreasePeriod property determines whether to redetermine start and end dates of factors according to the imported data.
The LoadEmptyValues property determines whether empty values of factors are loaded.
The LoadMode property determines a mode of loading data to the time series database.
The LoadNullForMissMatchValueType property determines whether the Null value on import of values that do not correspond with data consumer field type.
The LoadType property determines a factors import type.
The LogDateParseError property determines whether to insert information about date parse error to the report on time series loading.
The NewRevisionName property determines a name of created revision.
The OverWriteWholeFactorValues property determines whether the whole row is overwritten on import.
The Provider property returns the object that is a data source.
The ScenarioKey property determines the scenario key, by which data is loaded.
The SkipEmptyRows property determines whether to skip empty rows on data import.
The SourceFieldStringSize property determines the length of string fields in a data source.
The TreatEmptyStringAsNull property determines whether to write empty strings as Null.

See also:

Cubes Assembly Interfaces