[[["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 page provides documentation for the `ReverseScanOption` in Google Cloud Bigtable C++ client library, with version-specific links ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReverseScanOption` allows reading rows in reverse lexicographic order, useful for retrieving the last N records before a key."],["Applying `ReverseScanOption` only changes the order of the returned rows and not the content of the rows themselves."],["When using `ReverseScanOption`, `bigtable::RowRange` row keys must still be supplied in lexicographic order."],["The `ReverseScanOption` is set to a boolean true/false and implemented by calling `Options{}.set\u003ccbt::ReverseScanOption\u003e(true)` in the `ReadRows` function."]]],[]]