AggregationResponse

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

aggregations

series_values
Optional

series_values

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