Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Control the formatted I/O upload buffer. More...
#include <google/cloud/storage/options.h>
Public Types | |
using | Type = std::size_t |
Control the formatted I/O upload buffer.
When using formatted I/O operations (typically operator<<(std::istream&...)
this option controls the size of the in-memory buffer kept before a chunk is uploaded. Note that GCS only accepts chunks in multiples of 256KiB, so this option is always rounded up to the next such multiple.
Applications seeking optimal performance for downloads should avoid formatted I/O, and prefer using std::istream::write()
. This option has no effect in that case.
using google::cloud::storage::UploadBufferSizeOption::Type = std::size_t |