Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
google::cloud::storage::MaxResults Struct Reference

Limit the number of results per page when listing Buckets and Objects. More...

#include <google/cloud/storage/well_known_parameters.h>

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

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.

Member Function Documentation

◆ well_known_parameter_name()

static char const * google::cloud::storage::MaxResults::well_known_parameter_name ( )
inlinestatic