结合使用CosmoDb Table API和Azure Table Services和.NET Core

时间:2018-12-31 08:27:34

标签: azure-cosmosdb azure-table-storage

鉴于旧的Azure Storage NuGet软件包已被拆分,因此从文档中还不清楚如何从.NET Core应用程序访问Azure表存储。

似乎有一些矛盾的信息。根据此article,现在建议使用CosmoDb Table API程序包访问表存储的方法,但同一篇文章说它不适用于.NET Core。

1 个答案:

答案 0 :(得分:2)

对于.net核心,您应继续使用较旧的Azure Storage NuGet package,请参阅此issue

Adding .Net Core/standard support for Microsoft.Azure.CosmosDB.Table is on our roadmap. And
yes you should use `Microsoft.WindowsAzure.Storage' until .Net core, support is enabled 
for Azure Cosmos DB Table API.