使用哪个Azure Blob客户端库?是Microsoft.Azure.Storage.Common还是WindowsAzure.Storage?

4
1个回答

3
您应该使用 WinowsAzure.Storage
Install-Package WindowsAzure.Storage

在公共的GitHub代码库中,他们建议不要直接引用Microsoft.Azure.Storage.Common:

Microsoft Azure Storage Common SDK for .NET被Azure存储Blob/Queue/File SDK和Azure CosmosDB Table SDK所引用,应该避免直接被应用程序引用。

更多阅读:Azure Storage APIs for .NET


非常感谢。除了官方链接之外,是否有关于 "Microsoft.Azure.Storage.Common" 库的历史/信息可用?它应该在何时使用或为什么存在? - Robert

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接