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

Control if all versions of an object should be included when listing objects. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Control if all versions of an object should be included when listing objects.

By default requests listing objects only included the latest (live) version of each object, set this option to true to get all the previous versions.

See also
https://cloud.google.com/storage/docs/object-versioning for more information on GCS Object versioning.

Definition at line 587 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

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

Definition at line 589 of file well_known_parameters.h.