【发布时间】:2013-04-18 03:45:30
【问题描述】:
我发现了这个检查 Blob 存储是否存在的扩展方法
Testing Existence of a Windows Azure Blob
Checking if a blob exists in Azure Storage
但是,我在 Microsoft.WindowsAzure.Storage 中发现了类似的内置实用程序方法。
-
CloudBlobContainer.Exists CloudBlockBlob.Exists
据我测试,它们的功能类似于扩展方法。
问题:
它们是新的实用方法吗?我应该使用 Exists 方法中的构建还是使用自定义扩展方法。
【问题讨论】:
标签: c# asp.net azure azure-storage azure-blob-storage