Cloud Bigtable Client - Class QualifierRangeFilter (1.31.1)

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

Matches only cells from columns within the given range.

Example:

 use Google\Cloud\Bigtable\Filter;

$rangeFilter = Filter::qualifier()
    ->rangeWithinFamily('cf1'); 

Namespace

Google \ Cloud \ Bigtable \ Filter

Methods

__construct

Parameter
Name
Description
family
string

The family name to search within.

toProto

Get the proto representation of the filter.

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