This completes my (auto)solved problem:

- Set:

                    cq.StartIndex = StartIndex;
                    cq.NumberToRetrieve = MaxResults;

(immediately after cq.Uri(...))

...inside a loop, so it will retrieve all entries, since by default it
retrieves 25 results.

I will post how to perform a batch operation on those results when I
make it work ;).

Hope to help someone.

Regards!

-- 
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.

Reply via email to