Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
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 () |
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
.
Definition at line 103 of file upload_options.h.
|
default |
|
inlinestatic |
Definition at line 109 of file upload_options.h.