AggregationResponse

AggregationResponse
AggregationResponse
JSON Example
{
    "aggregations": [
        {
            "field": "string",
            "aggregation_type": "string",
            "value": "number"
        }
    ],
    "total_count": 100,
    "start_time": 1597247025,
    "end_time": 1597247999
}
aggregations
Optional

aggregations

integer As int32 As int32
total_count
Optional

Total count of objects returned

integer As int64 As int64
start_time
Optional

Start timestamp of the window of the objects returned

integer As int64 As int64
end_time
Optional

End timestamp of the window of the objects returned