Class ExactValueFilter (2.10.0)

ExactValueFilter(value)

Row filter for an exact value.

Parameter

NameDescription
value bytes or str or int

a literal string encodable as ASCII, or the equivalent bytes, or an integer (which will be packed into 8-bytes).

Inheritance

builtins.object > RowFilter > google.cloud.bigtable.row_filters._RegexFilter > ValueRegexFilter > ExactValueFilter