IImportRequestProviderParams

Assembly: 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
AutoPeriod

The AutoPeriod property returns parameters of factors 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 factors 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 factors according to the imported data.
LoadEmptyValues

The LoadEmptyValues property determines whether empty values of factors 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 on import of values that do not correspond with data consumer field type.
LoadType

The LoadType property determines a factors 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:

Cubes Assembly Interfaces