[[["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-04-02 UTC."],[[["The page provides documentation for the `ReadRange` struct within the Google Cloud Storage C++ library, spanning versions from 2.11.0 to 2.37.0-rc."],["`ReadRange` enables requesting a specific portion of a Google Cloud Storage object during a `ReadObject` operation, allowing users to specify the start and end bytes for the data retrieval."],["The `ReadRange` struct uses a right-open interval for specifying the range, meaning the `end` byte is excluded from the requested portion."],["The `ReadRange` struct has a default constructor `ReadRange()`, and one that takes in a `begin` and `end` parameter as type `std::int64_t`."],["The page also contains a function called `name()` that returns a `char const*`."]]],[]]