[[["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 content provides a list of available versions for `ReverseScanOption` in the Google Cloud Bigtable C++ library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`ReverseScanOption` enables reading rows from a Bigtable in reverse lexicographic order of their keys, which is useful for retrieving the last N records before a specific key."],["This option only changes the order of returned rows and does not change the row contents themselves."],["When utilizing `ReverseScanOption`, the row keys within a `bigtable::RowRange` should still be specified in lexicographic order."],["An example code snippet illustrates the use of `ReverseScanOption` within a `table.ReadRows` function call, along with a link to the Google Cloud Bigtable documentation providing further details on reverse scanning."]]],[]]