COLNEO Pro 1.2
Loading...
Searching...
No Matches
PropertyValueGrouping

Description

Struct holding a list of property type keys and grouping options for property values.

API use:

{
"group_by": {
"propertytypes": [
"ifcEntity##xs:string",
"cnVolume##xs:double"
],
"options": {
"decimal_precision": 4,
"case_sensitive": true,
"skip_null_values": true, // skip if property does not exists and return null, considered on last property in propertytypes
"skip_empty_values": true, // skip empty string, considered on last property in propertytypes
"interval_size": 5.0,
"interval_offset": 0.0,
"date_grouping": "week" // one of ("day", "week, "month", "year")
}
}
}
Since
1.0, Jul 2025, sl