Class CellsColumnLimitFilter (2.13.1)

CellsColumnLimitFilter(num_cells)

Row filter to limit cells in a column.

Parameter

NameDescription
num_cells int

Matches only the most recent N cells within each column. This filters a (family name, column) pair, based on timestamps of each cell.

Inheritance

builtins.object > RowFilter > google.cloud.bigtable.row_filters._CellCountFilter > CellsColumnLimitFilter

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
.data_v2_pb2.RowFilterThe converted current object.