There's no API that describes space usage per user. You'll have to build this yourself, though it may be more difficult to do things such as calculate storage space taken up by indexes and such.
On Tue, Apr 20, 2010 at 10:48 AM, jeffrey <[email protected]> wrote: > Hi, > > i'd like to implement user-based quotas in my app, something like 100 > mb per user, for example. Are there any good methods for going about > this? Each of my persisted objects have a userid field. So, optimally > I'd like a means of asking "How much datastorage space is user xxx > currently using?" I'd also like to know per-user the blob storage. (My > app will be on the Google App Marketplace.) > > I'm not 100% familar with AppEngine's functionality so if this > functionality is described somewhere already a link will suffice. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Relations, Google App Engine Twitter: http://twitter.com/ikai Delicious: http://delicious.com/ikailan ---------------- Google App Engine links: Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
