如何增加谷歌数据存储的财产价值? [英] How to increament property value in google datastore?

查看:91
本文介绍了如何增加谷歌数据存储的财产价值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在google数据存储中有这个实体:

  {
count:10;



$ b $ p
$ b

数据存储中有一种方法可以将 count property?

解决方案

您可以手动修改Developer's DataStore部分中的属性控制台: https://console.developers.google.com/datastore



或者您可以通过编程读取,修改和保存属性值。确切的方法取决于您选择的应用程序语言,您在此处具有特定于语言的教程和文档: https:// cloud.google.com/appengine/docs


I have this entity in google data store:

{
   count: 10;
}

Is there a way in datastore in which i can increment the count property?

解决方案

You can manually modify the property in the DataStore section of the Developer's Console: https://console.developers.google.com/datastore

Or you can have an app programatically read, modify and save the property's value. The exact methods depends on the app language you choose, you have language-specific tutorials and documentation here: https://cloud.google.com/appengine/docs.

这篇关于如何增加谷歌数据存储的财产价值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆