columns property

List<BigtableColumn>? columns
getter/setter pair

Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs.

All columns whose qualifier matches a qualifier in this list can be accessed as .. Other columns can be accessed as a list through .Column field.

Optional.

Implementation

core.List<BigtableColumn>? columns;