Struct AutoFinalize (2.13.0)

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
Name Description
value AutoFinalizeConfig

AutoFinalize()

Functions

static name()

Returns
Type Description
char const *