[[["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 provided content is a reference page for the `ReverseScanOption` in the Google Cloud Bigtable C++ client library, detailing its usage across multiple versions, from 2.11.0 to 2.37.0-rc."],["`ReverseScanOption` enables reading rows in reverse lexicographic order based on their keys, which is useful for retrieving the last N records before a specific key."],["The `ReverseScanOption` does not alter the contents of the rows themselves, only the order in which they are streamed."],["When utilizing `ReverseScanOption`, `bigtable::RowRange` keys must still be provided in standard lexicographic order."],["The Reverse Scan functionality can be enabled with `Options{}.set\u003ccbt::ReverseScanOption\u003e(true)`, as demonstrated in the provided code example."]]],[]]