Hi all,

I deploy my application then I use Id Allocation and get a range from 
Club(1) To Club(10)

I redeployed my application then I use Id Allocation and get a range from 
Club(1001) To Club(1010)

So my question : what is the expected behavior for id allocation ? please 
give some details....

Each time I redeploy the I increase the sequence by 1000 ?

I want to flush the Club Data so I would like to get a new Sequence 
beginning from Club(1)...is it possible to do that ? What kind of action 
could I have on this sequence generator ...I do not find information on 
that ?

Thank you for all

Christophe.

PS : My code : KeyRange keyRangeClub = datastore.allocateIds("Club", 10);

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to