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

Set the generation for the source object in copy operations. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Set the generation for the source object in copy operations.

For objects in Buckets with versioning enabled, the application sometimes needs to specify which version of the object should the request target. This is an optional query parameter to control the version of the source object in copy operations.

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

Member Function Documentation

◆ well_known_parameter_name()

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