Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Request a resumable upload, restoring a previous session if necessary. More...
#include <google/cloud/storage/upload_options.h>
Public Member Functions | |
UseResumableUploadSession ()=default | |
Static Public Member Functions | |
static char const * | name () |
Request a resumable upload, restoring a previous session if necessary.
When this option is used the client library prefers using resumable uploads.
If the value passed to this option is the empty string, then the library will create a new resumable session. Otherwise the value should be the id of a previous upload session, the client library will restore that session in this case.
|
default |
|
inlinestatic |