[[["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 2025-03-14 UTC."],[[["The page details the `ReverseScanOption` feature within the Google Cloud Bigtable C++ client library, which allows for reading rows in reverse lexicographic order of their keys."],["The latest version available is `2.37.0-rc`, and the page provides a history of versions going back to `2.11.0`."],["Using `ReverseScanOption` does not modify the row data itself, only the order in which rows are streamed back to the user."],["When employing `ReverseScanOption`, the `RowRange` keys still need to be provided in their standard lexicographic sequence."],["This feature is useful to get the last N records before a key as shown in the example using `cbt::RowRange::RightOpen` and setting `cbt::ReverseScanOption` to true."]]],[]]