[[["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-21 UTC."],[[["This document provides versioned documentation for the `ReverseScanOption` within the Google Cloud Bigtable C++ library, with the latest release being version 2.37.0-rc."],["The `ReverseScanOption` allows users to read rows from a Bigtable in reverse lexicographic order of their keys, useful for retrieving the last N records before a specific key."],["Enabling this option only alters the order of returned rows, not their contents or the required lexicographic order of row keys within a `bigtable::RowRange`."],["The documentation includes a code example demonstrating how to use `ReverseScanOption` with `ReadRows` and provides a link to further information about reverse scans on Google Cloud."],["The `ReverseScanOption` type alias corresponds to the `bool` type."]]],[]]