Class CellsRowLimitFilter (1.7.2)

CellsRowLimitFilter(num_cells)

Row filter to limit cells in a row.

Parameter

NameDescription
num_cells int

Matches only the first N cells of the row.

Inheritance

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

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

Returns
TypeDescription
`.data_v2_pb2.RowFilter`The converted current object.