[[["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-05 UTC."],[[["The content provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ library, with version-specific links ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReverseScanOption` allows you to read rows from a Bigtable table in reverse lexicographic order of their keys, which is beneficial for retrieving the last N records before a specific key."],["Enabling this option only alters the order in which rows are returned and does not affect the actual content of the rows."],["When using `ReverseScanOption`, row keys in a `bigtable::RowRange` must still be supplied in standard lexicographic order, meaning that it is only the read order that changes."],["An example is given on how to use the `ReverseScanOption`, with a note mentioning where more information can be found on reverse scan in the external documentation."]]],[]]