Question

CloudDrive is a Blob.

Either way, files are gone. So whats the difference?

Was it helpful?

Solution

When you delete a CloudDrive you are actually deleting the page blob in a (blob) container. Calling CloudBlobContainer.Delete deletes the blob container (together with all the blobs in that container), and calling this method might delete more files than you would want to delete.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top