Checking if a blob exists in Azure Storage
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-15T05:23:55Z
Indexed on
2010/04/15
5:33 UTC
Read the original article
Hit count: 307
windows-azure-storage
|blob
Hi, I've got a very simple question (I hope!) - I just want to find out if a blob (with a name I've defined) exists in a particular container. I'll be downloading it if it does exist, and if it doesn't then I'll do something else.
I've done some searching on the intertubes and apparently there used to be a function called DoesExist or something similar... but as with so many of the Azure APIs, this no longer seems to be there (or if it is, has a very cleverly disguised name).
Or maybe I'm missing something simple... :)
John
© Stack Overflow or respective owner