Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CloudDrive 是一个 Blob。
无论哪种方式,文件都消失了。那么有什么区别呢?
当您删除 CloudDrive 时,您实际上是在删除(blob) 容器中的页面 blob 。 调用CloudBlobContainer.Delete会删除 blob 容器(连同该容器中的所有 blob),调用此方法可能会删除比您想要删除的文件更多的文件。