[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The webpage provides documentation for the `ReadRowLimitOption` in the Google Cloud Spanner C++ library, specifically for version 2.15.1."],["The documentation lists various versions of the library, with 2.37.0-rc being the latest release candidate and 2.11.0 as the oldest available version."],["`ReadRowLimitOption` is used to set a limit on the number of rows returned from `Client::Read()`, a function to read rows from a Spanner database, by utilizing the `google::cloud::Options` function."],["If `ReadRowLimitOption` is not set or is set to 0, there is no limit on the number of rows returned by `Client::Read()`."],["The `ReadRowLimitOption` type is an alias of `std::int64_t`, which means that it uses a 64-bit signed integer to represent the row limit."]]],[]]