Counter¶
| Field | Type | Description |
|---|---|---|
| id | string | The counter to query. |
| table_aggregation_type | bitdrift.public.shared.explorations.v1.Counter.CounterAggregationType | The aggregation to use when presenting this counter in a table. |
Example¶
JSON
{
"id": "abc-123-def",
"table_aggregation_type": "SUM"
}
Counter.CounterAggregationType¶
| Name | Number | Description |
|---|---|---|
| SUM | 0 | |
| AVG | 1 | |
| MIN | 2 | |
| MAX | 3 |