CloudDrive is a Blob.
Either way, files are gone. So whats the difference?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.