[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-18 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
I’m glad to know we were able to help you, Have a great day! On Monday, June 17, 2019 at 11:05:39 PM UTC-4, NP wrote: > > Thanks. > > That link answered my question with the answer being - No, the Ids are not > unique across all namespaces. The link also provided a solution for me if I >

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-17 Thread NP
Thanks. That link answered my question with the answer being - No, the Ids are not unique across all namespaces. The link also provided a solution for me if I need them to be unique. On Monday, June 17, 2019 at 12:55:36 PM UTC-7, Nicolas (Google Cloud Platform Support) wrote: > > Hi, > > >

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-17 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi, I understand your use case and I think the best way to accomplish that would be something like suggested in this StackOverflow post and set up your own GUIDs. I hope that helps! On

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-14 Thread NP
Thanks for your response. And yes, I was referring to the numeric id. In case it wasn't clear from my post, I actually want the ids to be unique. I was just trying to confirm that it is. The reason I would prefer the ids are unique is because I have seeded data which all my users can use. The

[google-appengine] Re: Are datastore Ids unique across all namespaces?

2019-06-14 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
In order to effectively address your question, I would like to take a moment and explain the characteristics of a Entity . Each entity within Datastore has a key that uniquely identifies it. The key (as you provided) consists of the