[[["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."],[[["This document provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ client library, detailing its functionality across multiple versions."],["The `ReverseScanOption` allows users to read rows in reverse lexicographic order, which is useful for retrieving the last N records before a specific key."],["Using the option does not modify the contents of the rows, but it changes the order in which they are returned, with row keys needing to be in lexicographic order."],["The latest version is 2.37.0-rc, and there are various versions available dating back to 2.11.0, each with their respective documentation."],["The `ReverseScanOption` is represented by a boolean type alias, and a code example is included to show how to use the option in a `ReadRows` operation, in addition to a link for further information."]]],[]]