简体   繁体   English

Azure存储模拟器4.3支持哪个版本的WindowsAzure.Storage?

[英]Which version of WindowsAzure.Storage is supported by Azure Storage Emulator 4.3?

I recently updated Windows Azure Storage nuget version to 7.1.2 and later on I've discovered that I cannot use Azure Storage Emulator anymore (It gives 400 bad request with a code which works on cloud). 我最近将Windows Azure存储nuget版本更新为7.1.2,后来发现我不能再使用Azure存储模拟器(它会在云上运行的代码给出400个错误的请求)。 Its version is 4.3. 它的版本是4.3。 I want to check which versions of AzureStorage are supported by this emulator. 我想检查此模拟器支持哪些版本的AzureStorage。 However I couldn't find it. 但是我找不到它。 So is this documented on somewhere? 那么,这是否记录在某处? What are the supported versions by 4.3? 4.3支持哪些版本?

You would need to use version 7.0 of Storage Client Library if you're using Version 4.3 of the Storage Emulator. 如果使用的是Storage Emulator 4.3版,则需要使用7.0版的Storage Client Library。

From the storage emulator documentation page : storage emulator documentation page

Version 4.3 版本4.3

The storage emulator now supports version 2015-07-08 of the storage services on Blob, Queue, and Table service endpoints. 现在,存储模拟器支持Blob,Queue和Table服务端点上的存储服务版本2015-07-08。

Looking at Protocol Version Support for .NET Client Library Versions , version 7.0 of Storage Client Library supports this REST API version. Protocol Version Support for .NET Client Library Versions ,存储客户端库7.0版支持此REST API版本。

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

相关问题 Azure Functions v3 支持哪个版本的 WindowsAzure.Storage? - What version of WindowsAzure.Storage is supported by Azure Functions v3? Azure Function和WindowsAzure.Storage版本(DLL Hell) - Azure Function and WindowsAzure.Storage version (DLL Hell) 要使用哪个Azure Blob客户端库? Microsoft.Azure.Storage.Common或WindowsAzure.Storage? - Which Azure Blob client library to use? Microsoft.Azure.Storage.Common or WindowsAzure.Storage? 适用于WindowsAzure.Storage SDK版本7.0.0.0的Azure表存储中对RetyPolicy的支持 - Support for RetyPolicy in Azure Table Storage for WindowsAzure.Storage SDK version 7.0.0.0 Azure函数-WindowsAzure.Storage库在VS 2017中不起作用 - Azure Functions - WindowsAzure.Storage library not working in VS 2017 在Azure函数中将WindowsAzure.Storage 8.5与CloudBlockBlob和BlobAttribute一起使用 - Using WindowsAzure.Storage 8.5 with CloudBlockBlob and BlobAttribute in Azure Functions WindowsAzure.Storage 的生产中出现 403 错误 - 403 error in production from WindowsAzure.Storage WindowsAzure.Storage v2 StorageException - WindowsAzure.Storage v2 StorageException WindowsAzure.Storage使用C#mono - WindowsAzure.Storage using C# mono ExecuteQuery WindowsAzure.Storage 5.0.3没有扩展方法 - ExecuteQuery WindowsAzure.Storage 5.0.3 no extension method
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM