Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
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.

Definition at line 65 of file upload_options.h.

Member Function Documentation

◆ header_name()

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

Definition at line 69 of file upload_options.h.