ignoreUnspecifiedColumnFamilies property

bool? ignoreUnspecifiedColumnFamilies
getter/setter pair

If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.

Otherwise, they are read with BYTES type values. The default value is false.

Optional.

Implementation

core.bool? ignoreUnspecifiedColumnFamilies;