rootSize abstract method

Future<double> rootSize()

Retrieve the total number of KiBs of all tiles' bytes (not 'real total' size) from all stores

Does not include any storage used by metadata or database overheads, as in realSize.

Implementation

Future<double> rootSize();