TinyBase logoTinyBase

StoreStatsDetail

The StoreStatsDetail type describes a more detailed set of statistics about the Store, and is used for debugging purposes.

{tables: {[tableId: Id]: StoreStatsTableDetail}}
TypeDescription
tables{[tableId: Id]: StoreStatsTableDetail}

Information about each Table in the Store.

A StoreStatsDetail object is added to the StoreStats object (returned from the getStoreStats method) when the detail flag is specified.

Since

v2.2.0