Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::UseResumableUploadSession Struct Reference

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 ()
 

Detailed Description

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.

Definition at line 37 of file upload_options.h.

Constructor & Destructor Documentation

◆ UseResumableUploadSession()

google::cloud::storage::UseResumableUploadSession::UseResumableUploadSession ( )
default

Member Function Documentation

◆ name()

static char const* google::cloud::storage::UseResumableUploadSession::name ( )
inlinestatic

Definition at line 44 of file upload_options.h.