Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Control whether upload streams auto-finalize on destruction. More...
#include <google/cloud/storage/auto_finalize.h>
Public Member Functions | |
AutoFinalize (AutoFinalizeConfig value) | |
AutoFinalize () | |
Static Public Member Functions | |
static char const * | name () |
Control whether upload streams auto-finalize on destruction.
Some applications need to disable auto-finalization of resumable uploads. This option (or rather the AutoFinalizeDisabled()
helper) configures whether ObjectWriteStream objects finalize an upload when the object is destructed.
|
inlineexplicit |
|
inline |
|
inlinestatic |