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::Fields Struct Reference

Defines the fields query parameter. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Defines the fields query parameter.

The fields parameter can be used to limit the fields returned by a request, saving bandwidth and possibly improving performance for applications that do not need a full response from the server.

See also
https://cloud.google.com/storage/docs/json_api/v1/how-tos/performance#partial-response for general documentation on how to use this parameter.

Definition at line 129 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

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

Definition at line 131 of file well_known_parameters.h.