CubeLoadClearMode

Description

The CubeLoadClearMode enumeration is used to determine the mode of updating, clearing of exporting the existing time series database.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Default_. Default update mode.
1 MetadataOnly. Only series metadata.
2 DataOnly. Only series data.
3 DataAndMetadata. Series data and metadata.

Comments

Depending on the purposes of usage of the enumeration, there are various features and constraints:

The CubeLoadClearMode mode.Default_ can be used only on copying or importing data to the time series database. The data will be changed according to the parameters specified for the corresponding copying/import object.

The CubeLoadClearMode.MetadataOnly mode:

The CubeLoadClearMode.DataOnly mode:

The CubeLoadClearMode.DataAndMetadata mode:

See also:

Cubes Assembly Enumerations