Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Disable CRC32C checksum computations. More...
#include <google/cloud/storage/hashing_options.h>
Public Member Functions | |
DisableCrc32cChecksum ()=default | |
Static Public Member Functions | |
static char const * | name () |
Disable CRC32C checksum computations.
By default the GCS client library computes CRC32C checksums in all upload and download operations. The application can use this option to disable the checksum computation.
Definition at line 119 of file hashing_options.h.
|
default |
|
inlinestatic |
Definition at line 125 of file hashing_options.h.