【发布时间】:2023-04-10 04:17:02
【问题描述】:
对于 GCP 的 Datastore,我看到了两个版本的 Nuget,不确定它们之间有什么区别,以及在使用 .Net Core 应用程序时使用哪个版本
Google.Cloud.Datastore.V1
Google.Apis.Datastore.v1beta3
虽然https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-csharp 的示例应用程序使用的是第一个,但第二个似乎是最近更新的。
【问题讨论】:
标签: c# .net-core google-cloud-platform google-cloud-datastore