Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Provide a pre-computed CRC32C checksum value. More...
#include <google/cloud/storage/hashing_options.h>
Public Member Functions | |
Crc32cChecksumValue ()=default | |
Static Public Member Functions | |
static char const * | name () |
Provide a pre-computed CRC32C checksum value.
The application may be able to obtain a CRC32C checksum in some out-of-band way. For example, if the object was downloaded from some other cloud storage service, or because the application already queried the GCS object metadata. In these cases, providing the value to the client library improves the end-to-end data integrity verification.
|
default |
|
inlinestatic |