readRowkeyAsString property

bool? readRowkeyAsString
getter/setter pair

If field is true, then the rowkey column families will be read and converted to string.

Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.

Optional.

Implementation

core.bool? readRowkeyAsString;