Comment on page
GrandfatherFatherSonDeleteSchemeParameters Object
Parameters to use for a grandfather-father-son delete scheme.
Parameters for the preservation of a minimum number of daily items.
Required: No
Parameters for the preservation of a minimum number of monthly items.
Required: No
Parameters for the preservation of a minimum number of weekly items.
Required: No
Parameters for the preservation of a minimum number of yearly items.
Required: No
{
"days": {
"minimumToKeep": 1
"periods": 7
},
"weeks": {
"minimumToKeep": 1
"periods": 5
},
"months": {
"minimumToKeep": 1
"periods": 12
},
"years": {
"minimumToKeep": 1
}
}