how to get size of entity in google app engine without fetching the entity ( with only key ? ) ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can't - you have to fetch the entity, then compute its size (however you want to measure that). |
|||||
|