[[["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."],[[["This document provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ library, with the latest version being 2.37.0-rc."],["The `ReverseScanOption` allows users to read rows from a Bigtable in reverse lexicographic order based on their keys, which is beneficial when retrieving the last N records before a specific key."],["Applying the `ReverseScanOption` only affects the order in which rows are streamed and does not change the row content itself."],["When utilizing `ReverseScanOption` with `RowRange`, the row keys must still be provided in lexicographical order."],["The document includes example code demonstrating how to read rows in reverse order using the `ReverseScanOption`, along with a link to additional information about reverse scans."]]],[]]