AckdbTableData
Rows verbatim from the grain's row compiler - byte-identical to GET /observe/segments/{id}/results.
Properties
rowsarray ofrequiredobject
columnsarray ofrequiredThe projected keys in projection order (base columns included).
string
Example
AckdbTableData example
{
"rows": [
{}
],
"columns": [
"string"
]
}