[[["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 details various versions of the `ReverseScanOption` for Google Cloud Bigtable, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["`ReverseScanOption` allows users to read rows from a Bigtable in reverse lexicographic order, making it useful for retrieving the last N records before a specified key."],["Enabling this option only affects the order in which rows are streamed, not the actual content of the rows themselves."],["When utilizing `ReverseScanOption` the order of row keys in a `bigtable::RowRange` remains unchanged, they must still be supplied in lexicographic order."],["There is an example code snippet included that demonstrates how to implement `ReverseScanOption` with `cbt::Table`, `cbt::RowRange` and `cbt::Filter`, and a link is also provided for more information on the official Google Cloud documentation."]]],[]]