40013/how-to-check-if-multiple-files-exist-in-azure-container
foreach loop is the most efficient way though. But if the number of blobs is small, you could retrieve a list of all blobs and run the loop on that.
If you do think performance is a concern, you may consider invoking Exists method simultaneously.
We can get some additional info like Size, ...READ MORE
How to create a sub-container in Azure ...READ MORE
You can create a container named "content" and ...READ MORE
H@akhtar, You can use Docker to run a ...READ MORE
Azure Storage provides three types of storage ...READ MORE
There may be an issue with the ...READ MORE
This blog might help with your query: http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process Also, ...READ MORE
Azure blobs can be downloaded in four ...READ MORE
I already have a base class, so ...READ MORE
There are two ways: using the GetDirectoryReference looping through a containers ...READ MORE
OR
Already have an account? Sign in.