Using the new V10 SDK, is there a way to check if the blob exist before writing? Or should I set an infinite lease on every file that are successfully uploaded?
1 Answers
0
votes
You can use exists()
method to check for a blob's existence: http://azure.github.io/azure-storage-java/com/microsoft/azure/storage/blob/CloudBlob.html#exists()