Assembly: Cubes;
The IImportRequestProviderParams interface is used to set up parameters of time series' import from a data source (except for time series database).
IImportRequestProviderParams
To get parameters of time series import from the data source, use the IImportRequestDefinition.ProviderParams property.
| Property name | Brief description | |
![]() |
AutoPeriod | The AutoPeriod property returns parameters of indicators import period. |
![]() |
Bindings | The Bindings property determines a binding of time series database attributes to data source fields. |
![]() |
CanLockBMOD | The CanLockBMOD property determines a mode of locking the system table during loading indicators to the time series database. |
![]() |
DecreasePeriod | The DecreasePeriod property determines whether to decrease time series period in time series database. |
![]() |
DuplicateCheck | The DuplicateCheck property determines a mode of excluding duplicate values. |
![]() |
ImportObjectKey | The ImportObjectKey property determines a key of an object used for import. |
![]() |
IncreasePeriod | The IncreasePeriod property determines whether to redetermine start and end dates of indicators according to the imported data. |
![]() |
LoadEmptyValues | The LoadEmptyValues property determines whether empty values of indicators are loaded. |
![]() |
LoadMode | The LoadMode property determines a mode of loading data to the time series database. |
![]() |
LoadNullForMissMatchValueType | The LoadNullForMissMatchValueType property determines whether the Null value is written on import of values that do not correspond to the type of consumer field. |
![]() |
LoadType | The LoadType property determines an indicators import type. |
![]() |
LogDateParseError | The LogDateParseError property determines whether to insert information about date parse error to the report on time series loading. |
![]() |
NewRevisionName | The NewRevisionName property determines a name of created revision. |
![]() |
OverWriteWholeFactorValues | The OverWriteWholeFactorValues property determines whether the whole row is overwritten on import. |
![]() |
Provider | The Provider property returns the object that is a data source. |
![]() |
ScenarioKey | The ScenarioKey property determines the scenario key, by which data is loaded. |
![]() |
SkipEmptyRows | The SkipEmptyRows property determines whether to skip empty rows on data import. |
![]() |
SourceFieldStringSize | The SourceFieldStringSize property determines the length of string fields in a data source. |
![]() |
TreatEmptyStringAsNull | The TreatEmptyStringAsNull property determines whether to write empty strings as Null. |
See also: