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-04-02 UTC."],[[["The webpage provides a list of C++ library versions for Google Cloud Storage, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the documentation for the `MaxResults` struct within that specific version of the library, enabling access to the history of changes."],["The `MaxResults` struct is used to limit the number of results returned per page when listing Buckets and Objects, and can help reduce the memory requirements for applications."],["Using a smaller page size with `MaxResults` requires more requests to be made when iterating over a full range of buckets or objects."],["The `well_known_parameter_name()` function is mentioned, though the current function documentation is limited to its type being a `char const *`."]]],[]]