Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
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.

Definition at line 286 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

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

Definition at line 289 of file well_known_parameters.h.