[[["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 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."]]],[]]