Cloud Bigtable Client - Class ChainFilter (2.16.0)

Reference documentation and code samples for the Cloud Bigtable Client class ChainFilter.

Chains together multiple filters.

Example:

 use Google\Cloud\Bigtable\Filter;

$chainFilter = Filter::chain(); 

Namespace

Google \ Cloud \ Bigtable \ Filter

Methods

addFilter

Adds a filter to the chain.

Example:

 use Google\Cloud\Bigtable\Filter;

$chainFilter->addFilter(
    Filter::qualifier()->regex('prefix.*')
); 
Parameter
Name
Description
filter
FilterInterface

A filter to add to the chain.

Returns
Type
Description

toProto

Get the proto representation of the filter.

Returns
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: