Would it make sense to add a TryDeleteBlobAsync() method that tries to delete a blob and returns false if the blob isn't found?
Some of the current DeleteBlobAsync() methods throw an exception when the blob isn't found (e.g. LocalStorageProvider::DeleteBlobAsync()), which isn't ideal if we already expect that the blob may not exist.
Thanks! 🙂
Would it make sense to add a
TryDeleteBlobAsync()method that tries to delete a blob and returnsfalseif the blob isn't found?Some of the current
DeleteBlobAsync()methods throw an exception when the blob isn't found (e.g.LocalStorageProvider::DeleteBlobAsync()), which isn't ideal if we already expect that the blob may not exist.Thanks! 🙂