[[["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 documentation links for `ReverseScanOption` across various versions of the Google Cloud Bigtable C++ client library, ranging from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["`ReverseScanOption` allows users to read rows in reverse lexicographic order of their keys, enabling them to efficiently retrieve the last N records before a specific key."],["While this option changes the order in which rows are returned, it does not alter the contents of the rows themselves, and the order of row keys within a `bigtable::RowRange` must still be supplied in lexicographic order."],["The `ReverseScanOption` is implemented by setting a boolean value and can be used with the `.ReadRows` function."],["A link to the Google Cloud Bigtable documentation on reverse scans is included for further information."]]],[]]