Cloud Bigtable Client - Class TimestampRangeFilter (1.27.0)

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

Matches only cells with microsecond timestamps within the given range.

Example:

use Google\Cloud\Bigtable\Filter;

$rangeFilter = Filter::timestamp()
    ->range();

Namespace

Google \ Cloud \ Bigtable \ Filter

Methods

toProto

Get the proto representation of the filter.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\RowFilter