Reference documentation and code samples for the Cloud Bigtable Client class OffsetFilter.
A builder used to configure offset based filters.
Example:
use Google\Cloud\Bigtable\Filter;
$builder = Filter::offset();
Namespace
Google \ Cloud \ Bigtable \ Filter \ Builder
Methods
cellsPerRow
Skips the first N cells of each row, matching all subsequent cells. If
duplicate cells are present, as is possible when using an
Google\Cloud\Bigtable\Filter\InterleaveFilter, each copy of the
cell is counted separately.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]