IImportRequestProviderParams.LoadMode

Syntax

LoadMode: CubeLoadClearMode;

Description

The LoadMode property determines the mode of loading data to the time series database.

Comments

The LoadMode property is set to CubeLoadClearMode.Default_ by default; the data and metadata of all series, the information on which is contained in the data source, will be updated. By changing the LoadMode property the mode of updating objects responsible for storing information on data series can be changed.

Example

The property use is given in the example for IImportRequestProviderParams.DuplicateCheck.

See also:

IImportRequestProviderParams