maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Support BoxUsage for putAttributes() and other Item calls #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to be able to collect box usage statistics for 
putAttributes(), deleteAttributes() and 
other methods on Item.

Original issue reported on code.google.com by craigwblake@gmail.com on 28 Oct 2008 at 12:57

GoogleCodeExporter commented 9 years ago
TO address this, I'll return SDBResult from the calls that are currently void. 
the
nextToken will be null, but box usage and request id will be populated.
I'll create sub classes of SDBResult for the other methods.

David

Original comment by dkavan...@gmail.com on 5 Nov 2008 at 4:21

GoogleCodeExporter commented 9 years ago
Sounds great, thanks for looking into this!

Original comment by craigwblake@gmail.com on 8 Nov 2008 at 2:40

GoogleCodeExporter commented 9 years ago
This is complete to the best of my knowledge

Original comment by dkavan...@gmail.com on 3 Feb 2009 at 3:17