Mode
Synchronous off mode is fast but can corrupt the database in case of a power failure.
General Information
Domain |
TcHmiSqliteLogger |
Full symbol path |
TcHmiSqliteLogger.Config::MODE |
Property is hidden |
Yes |
Contained in every configuration by default |
No |
Schema
Enumeration type |
integer |
Default value |
1 |
Options
Value |
Label |
---|---|
0 |
Synchronous extra |
1 |
Synchronous full |
3 |
Synchronous normal |
4 |
Synchronous off |
JSON Schema
{
"configDescription": "DESC_MODE",
"default": 1,
"enum": [
0,
1,
3,
4
],
"hidden": true,
"options": [
{
"label": "ENUM_SYNCHRONOUS_EXTRA_PERSIST",
"value": 0
},
{
"label": "ENUM_SYNCHRONOUS_FULL_PERSIST",
"value": 1
},
{
"label": "ENUM_SYNCHRONOUS_NORMAL_PERSIST",
"value": 3
},
{
"label": "ENUM_SYNCHRONOUS_OFF_PERSIST",
"value": 4
}
],
"type": "integer"
}