TinyBase logoTinyBase

StoreStatsTableDetail

The StoreStatsTableDetail type describes a detailed set of statistics about a single Table in the Store, and is used for debugging purposes.

{
  tableRows: number;
  tableCells: number;
  rows: {[rowId: Id]: StoreStatsRowDetail};
}
TypeDescription
tableRowsnumber

The number of Row objects in the Table.

tableCellsnumber

The number of Cell objects in the Table, across all Row objects.

rows{[rowId: Id]: StoreStatsRowDetail}

Detail about the Table object.

Since

v2.2.0