[[["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-09 UTC."],[[["The webpage provides documentation for the `DownloadStallMinimumRateOption` across multiple versions of the Google Cloud C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `DownloadStallMinimumRateOption` sets the minimum acceptable bytes/second download rate, which is used to determine if a download should be aborted when the average rate falls below it for a set duration."],["The type alias for `DownloadStallMinimumRateOption` is defined as `std::int32_t`, indicating that it uses a signed 32-bit integer to represent the minimum download rate."],["If the download rate remains under the value set by the `DownloadStallMinimumRateOption`, for the time defined by [`DownloadStallTimeoutOption`](/cpp/docs/reference/storage/2.36.0/structgoogle_1_1cloud_1_1storage_1_1DownloadStallTimeoutOption), the download will be stopped."]]],[]]