dboo::odb::client_stats
std::unique_ptr<client_stats> client_stats();
client_stats() : Object
Returns statistics about the client.
Parameters
(none)
Return value
An object with statistics of the connected database:
Field
Explanation
total_objects_count
Total number of objects registered with DBOO API
total_objects_size
Number of bytes of objects registered with DBOO API
Example