Size of chunk packet
Downloaded files will be split into chunks of this size.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::CHUNKSIZE |
Category |
Advanced |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Maximum |
4294967295 |
Default value |
1048576 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT32"
},
{
"category": "CATEGORY_ADVANCED",
"configDescription": "DESC_CHUNKSIZE",
"default": 1048576,
"displayClass": "byte",
"propertyOrder": 4
}
]
}