[[["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."],[[["This webpage provides documentation for the `ReadRange` structure within the Google Cloud Storage C++ library, specifically for versions ranging from 2.11.0 to 2.37.0-rc."],["The `ReadRange` structure allows users to request a specific portion of a Google Cloud Storage (GCS) object during a `ReadObject` operation."],["`ReadRange` employs a right-open interval system, which means the `end` byte of a specified range is excluded from the read operation."],["The class provides two constructors, a default one with no parameters and one that takes two `std::int64_t` parameters to define the beginning and the end of a range."],["The `ReadRange` class includes a function called `name()` which returns a pointer to a constant character."]]],[]]