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

Returns results in a directory-like mode. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Returns results in a directory-like mode.

Used in Client::ListObjects to return only those objects that do not contain the delimiter, unless said delimiter appears in the Prefix parameter (if any).

See also
https://cloud.google.com/storage/docs/json_api/v1/objects/list for more information.

Member Function Documentation

◆ well_known_parameter_name()

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