Class ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy (2.28.0)

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)

Inheritance

java.lang.Object > ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy

Implements

Serializable

Static Methods

always()

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)

Returns
TypeDescription
ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy

never()

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)

Returns
TypeDescription
ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy

onlyOnSuccess()

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)

Returns
TypeDescription
ParallelCompositeUploadBlobWriteSessionConfig.PartCleanupStrategy

Methods

isDeleteAllOnError()

public boolean isDeleteAllOnError()
Returns
TypeDescription
boolean

isDeletePartsOnSuccess()

public boolean isDeletePartsOnSuccess()
Returns
TypeDescription
boolean