Struct AutoFinalize (2.23.0-rc)

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.

Constructors

AutoFinalize(AutoFinalizeConfig)

Parameter
NameDescription
value AutoFinalizeConfig

AutoFinalize()

Functions

static name()

Returns
TypeDescription
char const *