For the complete documentation index, see llms.txt. This page is also available as Markdown.

MinimumToKeepPeriodParameters Object

Description

Minimum to keep and period parameters for a grandfather-father-son delete scheme.

Properties

minimumToKeep

Minimum number of items to preserve.

Type: integer

Required: Yes

numPeriods

Number of periods to preserve.

Type: integer

Required: No

Sample JSON

{
    "minimumToKeep": 1
    "numPeriods": 7
}

Last updated