Cloud Bigtable Client - Class TimestampRangeFilter (1.21.1)

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();