Hi Devel63,
A ReferenceProperty is simply a Key stored in the datastore with the entity
it's on. There's no limit on how many properties can contain a given key.

-Nick Johnson

On Thu, Aug 20, 2009 at 7:36 PM, Devel63 <danstic...@gmail.com> wrote:

>
> Is there a limit to the number of entities that can reference a given
> entity?
>
> For example,
>
>  class Class1(db.Model):
>    prop1 : db.IntegerProperty()
>
>  class Class2(db.Model):
>    ref_prop: db.ReferenceProperty(Class1, collection="my_references)
>
>  Is there a limit to the number of class2 entities that can refer to
> a given class1 entity?
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

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

Reply via email to