Hello, What is the use of KeyRange? Is it useful when doing datamigrations?
I am figuring out how to use the range values in the KeyRange for webapplications HttpRequest1: I get the KeyRange using DataStoreService.allocateIds(kind, num). startId = KeyRange.getStart(); HttpRequest2: I want use the subsequent value (startId +1) in the KeyRange in this request. How can the KeyRange be stored or where can the range of id's that are allocated in the KeyRange be stored. -Aswath -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
