Azure 存储模拟器 4.3 支持哪个 WindowsAzure.Storage 版本?
Which version of WindowsAzure.Storage is supported by Azure Storage Emulator 4.3?
我最近将 Windows Azure Storage nuget 版本更新到 7.1.2,后来我发现我不能再使用 Azure Storage Emulator(它给出了 400 个错误的请求和一个在云上运行的代码) .它的版本是4.3。我想检查此模拟器支持哪些版本的 AzureStorage。但是我找不到它。那么这是否记录在某处? 4.3 支持哪些版本?
如果您使用的是 4.3 版存储模拟器,则需要使用 7.0 版存储客户端库。
来自storage emulator documentation page
:
Version 4.3
The storage emulator now supports version 2015-07-08 of the storage
services on Blob, Queue, and Table service endpoints.
查看 Protocol Version Support for .NET Client Library Versions
,Storage Client Library 7.0 版支持此 REST API 版本。
我最近将 Windows Azure Storage nuget 版本更新到 7.1.2,后来我发现我不能再使用 Azure Storage Emulator(它给出了 400 个错误的请求和一个在云上运行的代码) .它的版本是4.3。我想检查此模拟器支持哪些版本的 AzureStorage。但是我找不到它。那么这是否记录在某处? 4.3 支持哪些版本?
如果您使用的是 4.3 版存储模拟器,则需要使用 7.0 版存储客户端库。
来自storage emulator documentation page
:
Version 4.3
The storage emulator now supports version 2015-07-08 of the storage services on Blob, Queue, and Table service endpoints.
查看 Protocol Version Support for .NET Client Library Versions
,Storage Client Library 7.0 版支持此 REST API 版本。