Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
A parameter type indicating the minimum stream size to ParallelUploadFile
.
More...
#include <google/cloud/storage/parallel_upload.h>
Public Member Functions | |
MinStreamSize (std::uintmax_t value) | |
std::uintmax_t | value () const |
A parameter type indicating the minimum stream size to ParallelUploadFile
.
If ParallelUploadFile
, receives this option it will attempt to make sure that every shard is at least this long. This might not apply to the last shard because it will be the remainder of the division of the file.
|
inlineexplicit |
|
inline |