IRubricator.KeepHistory

Syntax

KeepHistory: Boolean;

Description

The KeepHistory property determines whether to keep history of time series changes for the time series database.

Comments

Available values:

To correctly convert a version time series database into a non-version one, compress all the revisions into one using the IRubricatorInstance.CutRevisions method. If revisions are not compressed, transformation into non-version mode is disabled.

Example

The property use is given in the example for IRubricator.HasMnemonics.

See also:

IRubricator