[google-appengine] Re: Only 10 records can fetch via remote_api ?

2009-08-07 Thread Holger

They are fetched in packets of up to ten.

If you want to download all entities of a kind use the following code:
http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes

If you do remote individually and need more than ten entities
downloaded to your machine fetch several packets of them.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Only 10 records can fetch via remote_api ?

2009-08-07 Thread Tom Wu
Sorry to bother you guys.

This is my problem. Wrong definition.

Best Regards
Tom Wu


2009/8/7 Holger w...@arcor.de


 They are fetched in packets of up to ten.

 If you want to download all entities of a kind use the following code:

 http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes

 If you do remote individually and need more than ten entities
 downloaded to your machine fetch several packets of them.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---