Enum BlobAppendableUploadConfig.CloseAction (2.52.2)

public enum BlobAppendableUploadConfig.CloseAction extends Enum<BlobAppendableUploadConfig.CloseAction>

Enum providing the possible actions which can be taken during the AppendableUploadWriteableByteChannel#close() call. See Also: AppendableUploadWriteableByteChannel#close(), BlobAppendableUploadConfig#getCloseAction(), BlobAppendableUploadConfig#withCloseAction(CloseAction)

Static Fields

Name Description
CLOSE_WITHOUT_FINALIZING

Designate that when AppendableUploadWriteableByteChannel#close() is called, the appendable upload should NOT be finalized, allowing for takeover by another session or client. See Also: AppendableUploadWriteableByteChannel#closeWithoutFinalizing()

FINALIZE_WHEN_CLOSING

Designate that when AppendableUploadWriteableByteChannel#close() is called, the appendable upload should be finalized. See Also: AppendableUploadWriteableByteChannel#finalizeAndClose()

Static Methods

Name Description
valueOf(String name)
values()