StoreStatsDetail
The StoreStatsDetail
type describes a more detailed set of statistics about the Store
, and is used for debugging purposes.
{tables: {[tableId: Id]: StoreStatsTableDetail}}
Type | Description | |
---|---|---|
tables | {[tableId: Id]: StoreStatsTableDetail} |
A StoreStatsDetail
object is added to the StoreStats
object (returned from the getStoreStats
method) when the detail
flag is specified.
Since
v2.2.0