[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]