Cloud Bigtable Client - Class TimestampRangeFilter (1.22.2)

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