Hi all,
I have checked the ndb.Model api and there seems to no attribute to hold the creation timestamp of a data store entity.
It is my use case: I want to be able to define a cron job which will sweep all entities in the datastore. If an entity is created say 24hours ago, it will be deleted.
I can definitely add a 'creation_time' DateTimeProperty to my data model. However it would be neat if ndb supports this already
Cheers, Tony