[C#][.NET Core] Azure Storage Blob 手把手從頭開始 - 刪除檔案,檔案是否存在
2019-01-31
上一篇文章我們討論了 Azure Storage Blob 建立檔案夾和檔案 這次我們來記錄一下如何刪除檔案,還有如何判斷 檔案是否存在
物換星移,似乎微軟要換成 v12 版本 了, 請參考新的文章
刪除檔案 - 刪除 TEST2/TEST21/sampleText8.json
判斷檔案是否存在 - TEST2/TEST21/sampleText1.json 存在 , TEST2/TEST21/FileNotExisted.json 不存在
如果你覺得我寫得不好或是太簡單,請看下面的原文吧
reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview
https://docs.microsoft.com/en-us/dotnet/api/microsoft.windowsazure.storage.blob.cloudblobcontainer.existsasync?view=azure-dotnet
https://docs.microsoft.com/en-us/dotnet/api/microsoft.windowsazure.storage.blob.cloudblobcontainer.deleteifexists?view=azure-dotnet