Hello everybody,I need to programmatically obtain the size in bytes of
the tables contained in a particular dataset. In order to get that info,
I've queried the INFORMATION_SCHEMA.TABLE_STORAGE which contains the
field "TOTAL_LOGICAL_BYTES".However, ...