繁体   English   中英

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

[英]Which Azure Blob client library to use? Microsoft.Azure.Storage.Common or WindowsAzure.Storage?

使用.NET Framework 4.7.1时,哪个客户端库是正确的?

Microsoft.Azure.Storage.CommonWindowsAzure.Storage

你应该使用WinowsAzure.Storage

Install-Package WindowsAzure.Storage

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

Azure Azure Blob / Queue / File SDK和Azure CosmosDB Table SDK引用了Microsoft Azure Storage Common SDK for .NET,不应由您的应用程序直接引用

进一步阅读: 适用于.NET的Azure存储API

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM