| Possible values | Names | Descriptions |
|---|---|---|
| 12 | COL_UNKNOWN | Value for forward compatibility. If this is recieved, then the server is probably newer than the code reading this value. |
| 0 | COL_BOOL | Boolean values. |
| 1 | COL_INT64 | Integer values. |
| 2 | COL_DOUBLE | Double (floating point) values. |
| 3 | COL_STRING | String values. |
| 4 | COL_RES_ID | String resource ID. Should always be accompanied by localized string. |
| 5 | COL_STATUS | Deprecated, do not use. |
| 7 | COL_TIME_DATE | Date or time/date values. |
| 8 | COL_UUID | UUID values. |
| 9 | COL_ENUM | "Generic" enum. Values contain string resource ID and localized string. |
| 10 | COL_LONGITUDE | Longitude values, floating point value in degrees. |
| 11 | COL_LATITUDE | Latitude values, floating point value in degrees. |
| 13 | COL_RES_ID_PARAMETERISED | Resource string with parameters. Should not be present in reports leaving server. |
| 14 | COL_INTERVAL_LIST | Indexes of interval, based on [Report.AggregationParameters.interval_list] from the report template. |
| 15 | COL_SEVERITY | See [LogSeverity] for meaning of individual values. |
| 16 | COL_BITMASK | Bitmask values. Specific handling for individual symbols. |
| 17 | COL_IPADDRESS | IP address as string. |
| 18 | COL_MAC_ADDRESS | MAC address as string. |
| 19 | COL_PROTO_ENUM_CLIENT_TASK_TYPE | See [ClientTaskConfiguration.Type] for meaning of individual values. |
| 20 | COL_PROTO_ENUM_CLIENT_TRIGGER_TYPE | See [ClientTriggerConfiguration.Type] for meaning of individual values. |
| 21 | COL_PROTO_ENUM_SERVER_TASK_TYPE | See [ServerTaskConfiguration.Type] for meaning of individual values. |
| 22 | COL_PROTO_ENUM_SERVER_TRIGGER_TYPE | See [ServerTriggerConfiguration.Type] for meaning of individual values. |
| 23 | COL_PROTO_ENUM_TASK_STATUS | See [TaskStatus] for meaning of individual values. |