logicalDataBytes property

String? logicalDataBytes
getter/setter pair

How much space the data in the column family occupies.

This is roughly how many bytes would be needed to read the contents of the entire column family (e.g. by streaming all contents out).

Implementation

core.String? logicalDataBytes;