Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Defines the threshold to switch from simple to resumable uploads for files. More...
#include <google/cloud/storage/options.h>
Public Types | |
using | Type = std::size_t |
Defines the threshold to switch from simple to resumable uploads for files.
When uploading small files the faster approach is to use a simple upload. For very large files this is not feasible, as the whole file may not fit in memory (we are ignoring memory mapped files in this discussion). The library automatically switches to resumable upload for files larger than this threshold.
using google::cloud::storage::MaximumSimpleUploadSizeOption::Type = std::size_t |