IRubricator.KeepHistory

Fore Syntax

KeepHistory: Boolean;

Fore.NET 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 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.

Fore and Fore.NET Examples

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

See also:

IRubricator