Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::UploadBufferSize Struct Reference

Set the buffer size for a stream created in Client::WriteObject(). More...

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

Public Member Functions

 UploadBufferSize ()=default
 

Static Public Member Functions

static char const * name ()
 

Detailed Description

Set the buffer size for a stream created in Client::WriteObject().

Some applications may need to tune the upload buffer for some specific uploads. This option can be passed to Client::WriteObject() to override the default setting in the storage::Client.

Constructor & Destructor Documentation

◆ UploadBufferSize()

google::cloud::storage::UploadBufferSize::UploadBufferSize ( )
default

Member Function Documentation

◆ name()

static char const * google::cloud::storage::UploadBufferSize::name ( )
inlinestatic