AckdbDashboardTableSpec

The segment results rails with a columns/sort override (the pivot override contract). Omitted columns/sort inherit the segment's own; rows come back identical to GET /observe/segments/{id}/results.

Properties

columnsarray of

SegmentColumn[].

object
sortarray of

SegmentSort[] ({ field, dir }).

object
limitintegermin 1 · max 100

Default 10.

Example

AckdbDashboardTableSpec example
{
  "columns": [
    {}
  ],
  "sort": [
    {}
  ],
  "limit": 0
}