[appengine-java] Re: Maximum size of blob data on AppEngine

2010-07-05 Thread Tapir
for the com.google.appengine.api.datastore.Blob type, max size is 1M bytes. I get this info from the pyhon document: http://code.google.com/appengine/docs/python/datastore/entitiesandmodels.html#Strings_Long_Strings_and_Blobs On Jul 6, 1:36 am, dudu wrote: > What's the maximum size of a blob data

[appengine-java] Re: Maximum size of blob data on AppEngine

2010-07-05 Thread Didier Durand
Hi, 2 gigabytes according to http://code.google.com/appengine/docs/java/blobstore/overview.html (see bottom) didier On Jul 5, 7:36 pm, dudu wrote: > What's the maximum size of a blob data I can store in one single > registry of the BigTable, on Appengine? -- You received this message because