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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]