Google App Engine Blob

Bog*_*utu 1 google-app-engine

如果我是对的,使用Blobstore API(http://code.google.com/appengine/docs/quotas.html#Blobstore)要求应用启用结算功能.但是,应用程序是否需要启用计费才能使用db.BlobProperty()? http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#Blob

如果我理解正确,那么我只需要在使用Blobstore时启用计费,但我可以使用BlobProperty()存储二进制数据,而无需使用Blobstore.

Sax*_*uce 5

是的,您可以在未启用结算的情况下使用BlobProperty.但请注意,BlobProperty可以存储比Blobstore小得多的数量.