GroupByTerm
GroupByTerm
'Group by' field name and type
JSON Example
{
"groupByTerms": [
{
"fieldName": "timestamp",
"groupByType": "FIXED_BUCKET"
}
]
}
string
fieldName
Optional
'Group by' field name
string
groupByType
Optional
Group by type, which includes: eachValue, fixedBucket, customBucket
Possible values are : EACH_VALUE, FIXED_BUCKET, CUSTOM_BUCKET,