E_CleanupMode

Syntax

Definition:

TYPE E_CleanupMode :
(
    None := 0,
    TimeBased,
    DataBased,
    SampleCntBased
);
END_TYPE

Parameter

Name

Description

None

No specific mode chosen

Timebased

The Cleanup Service deletes old data after a certain amount of time

DataBased

The Cleanup Service deletes old data once a certain amount of data has been reached

SampleCntBased

The Cleanup Service deletes old data after a certain number of records