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

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
 

Detailed Description

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.

Member Typedef Documentation

◆ Type