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};
}| Type | Description | |
|---|---|---|
tableRows | number | |
tableCells | number | The number of |
rows | {[rowId: Id]: StoreStatsRowDetail} | Detail about the |
Since
v2.2.0