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::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.

Member Function Documentation

◆ well_known_parameter_name()

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