Maximal amount of database backups
Once the maximum number of backups is reached, oldest backups will be deleted.
General Information
|
Domain |
TcHmiSqliteHistorize |
|
Full symbol path |
TcHmiSqliteHistorize.Config::maxBackups |
|
Property is hidden |
No |
|
Contained in every configuration by default |
Yes |
Schema
|
Type |
integer |
|
Minimum |
1 |
|
Default value |
1 |
JSON Schema
{
"configDescription": "descMaxBackup",
"default": 1,
"defaultConfigurable": true,
"minimum": 1,
"propertyOrder": 3,
"type": "integer"
}