Limit the number of results per page when listing Buckets and Objects.
Applications may reduce the memory requirements of the Bucket and Object iterators by using smaller page sizes. The downside is that more requests may be needed to iterate over the full range of Buckets and/or Objects.
[[["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 documents various versions of the `MaxResults` structure, specifically within the Google Cloud Storage C++ client library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `MaxResults` structure is used to limit the number of results per page when listing Buckets and Objects in Google Cloud Storage."],["Utilizing smaller page sizes with `MaxResults` can lower memory consumption for Bucket and Object iterators, though it might increase the total number of requests needed for complete iteration."],["The page features a function `well_known_parameter_name()` that returns a `char const *`, although its specific functionality isn't described further on this page."]]],[]]