What is maximum size/limitation of ListProperty for Google App Engine datastore?
I am using GAE long time but can not find what is maximum length of ListProperty. I was read documentation but not found solution I want to create ListProperty(long) to keep about 30 values of long or more. I want use this field as filter - can I use it similar to StringListProperty? What is size limits of ListProperty(long)? @marcadian has a pretty good answer. There's no limit specifically on a ListProperty. You do need to look at datastore limits on entities though: https://developers.google.com/appengine/docs/python/datastore/#Python_Quotas_and_limits The two most obvious limits are the