StoreStats
The StoreStats
type describes a set of statistics about the Store
, and is used for debugging purposes.
{
totalTables: number;
totalRows: number;
totalCells: number;
totalValues: number;
jsonLength: number;
detail?: StoreStatsDetail;
}
Type | Description | |
---|---|---|
totalTables | number | |
totalRows | number | The number of |
totalCells | number | The number of |
totalValues | number | |
jsonLength | number | The string length of the |
detail? | StoreStatsDetail | Additional detailed statistics about the |
A StoreStats
object is returned from the getStoreStats
method.
Since
v2.2.0