Google App Engine 数据存储区中 int 或 long 的最大值是多少?

Cha*_*eon 0 google-app-engine google-cloud-datastore

Google App Engine Python 中 IntegerProperty、LongProperty 的最大值是多少?

Lip*_*pis 5

LongPropertyGoogle App Engine 上没有,但IntegerProperty正如已经指出的那样,它只是一个 64 位有符号整数。

\n\n

这个数字有一个最小值\xe2\x88\x929,223,372,036,854,775,808和最大值9,223,372,036,854,775,807

\n