realSize abstract method

Future<double> realSize()

Retrieve the actual total size of the database in KiBs

Should include 'unused' space, 'calculation' space, overheads, etc. May be much larger than rootSize in some backends.

Implementation

Future<double> realSize();