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

Restrict list operations to entries starting with this value. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Restrict list operations to entries starting with this value.

This optional parameter applies to both the request to list objects and to the request that lists buckets. Setting a value for this option returns only the entries that start with the given prefix.

Definition at line 436 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

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

Definition at line 438 of file well_known_parameters.h.