[[["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 webpage provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ client library, with the latest version being `2.37.0-rc`."],["The `ReverseScanOption` allows users to read rows from a Bigtable in reverse lexicographic order of their keys, which is beneficial for retrieving the last N records before a specific key."],["Applying the `ReverseScanOption` only affects the order in which rows are returned, not the contents of the rows themselves."],["When utilizing `ReverseScanOption` with `bigtable::RowRange`, the row keys within the range still need to be provided in lexicographic order."],["The documentation provides a sample of code, `cbt::Table table`, showcasing how to implement and use `ReverseScanOption` within your code."]]],[]]