Class ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy (2.70.0)
Stay organized with collections
Save and categorize content based on your preferences.
A cleanup strategy which will dictate what cleanup operations are performed automatically when
performing a parallel composite upload.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
Cleanup strategy which will always attempt to clean up part and intermediary compose objects
either on success or on error.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
Cleanup strategy which will never attempt to clean up parts or intermediary compose objects
either on success or on error.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
Cleanup strategy which will only attempt to clean up parts and intermediary compose objects
either on success.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)