[[["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-09 UTC."],[[["The content provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ library, with version-specific links ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReverseScanOption` allows you to read rows from a Bigtable table in reverse lexicographic order of their keys, which is beneficial for retrieving the last N records before a specific key."],["Enabling this option only alters the order in which rows are returned and does not affect the actual content of the rows."],["When using `ReverseScanOption`, row keys in a `bigtable::RowRange` must still be supplied in standard lexicographic order, meaning that it is only the read order that changes."],["An example is given on how to use the `ReverseScanOption`, with a note mentioning where more information can be found on reverse scan in the external documentation."]]],[]]