public static class ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy implements Serializable
A cleanup strategy which will dictate what cleanup operations are performed automatically when
performing a parallel composite upload.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
public static ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy always()
Cleanup strategy which will always attempt to clean up part and intermediary compose objects
either on success or on error.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
public static ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy never()
Cleanup strategy which will never attempt to clean up parts or intermediary compose objects
either on success or on error.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
public static ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy onlyOnSuccess()
Cleanup strategy which will only attempt to clean up parts and intermediary compose objects
either on success.
See Also: #withPartCleanupStrategy(PartCleanupStrategy)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]