Class BlockAllFilter (2.11.2)

BlockAllFilter(flag)

Row filter that doesn't match any cells.

Parameter

NameDescription
flag bool

Does not match any cells, regardless of input. Useful for temporarily disabling just part of a filter.

Inheritance

builtins.object > RowFilter > google.cloud.bigtable.row_filters._BoolFilter > BlockAllFilter

Methods

to_pb

to_pb()

Converts the row filter to a protobuf.

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