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

Provide an expected final length of an uploaded object. More...

#include <google/cloud/storage/upload_options.h>

Static Public Member Functions

static char const * header_name ()
 

Detailed Description

Provide an expected final length of an uploaded object.

Resumable uploads allow or an additional integrity check - make GCS check if the uploaded content matches the declared length. If it doesn't the upload will fail.

Member Function Documentation

◆ header_name()

static char const * google::cloud::storage::UploadContentLength::header_name ( )
inlinestatic