onlyReadLatest property

bool? onlyReadLatest
getter/setter pair

If this is set, only the latest version of value in this column are exposed.

'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.

Optional.

Implementation

core.bool? onlyReadLatest;