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