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
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