Struct UseResumableUploadSession (2.23.0-rc)

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.

Constructors

UseResumableUploadSession()

Functions

static name()

Returns
TypeDescription
char const *