我可以在https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-develop-table-dotnet看到有关如何在.NET中使用Cosmos DB Table API的文档。
但我无法使用.NET Core项目。有没有办法对.NET Core的Cosmos DB Table API进行工作调用?
由于
答案 0 :(得分:3)
Cosmos DB Table API当前没有.NET Core版本,但他们正在使用它。请参见以下GitHub问题:https://github.com/Azure/azure-cosmosdb-dotnet/issues/344。
我们完全致力于为Table API提供.Net标准SDK。我们正在跟踪10月或更早之前的交货。
答案 1 :(得分:1)
您需要将以下nuget包添加到dotnet核心项目
<强> dotnet add package Microsoft.Azure.DocumentDB.Core
强>
我在Wear out the features of Azure CosmosDB with AspNetCore application
上写了一篇博客修改强>
单击“安装”以安装Microsoft.Azure.CosmosDB.Table
库。这将安装Azure Cosmos DB Table API包和所有依赖项。
答案 2 :(得分:0)
如果要为Azure Cosmos DB Table API开发.NET Standard应用程序,则应安装Microsoft.Azure.Cosmos.Table程序包
您可以在此处查看NuGet规格:https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table