[[["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 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."]]],[]]