stats property

TableStats? stats
getter/setter pair

Only available with STATS_VIEW, this includes summary statistics about the entire table contents.

For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.

Output only.

Implementation

TableStats? stats;