Loading Log events from the database
Last updated
Was this helpful?
Last updated
Was this helpful?
Since the class extends the class, and the class extends the class, you can use them to load lists of objects from the database to work with.
For example, let's load the last fifty objects from the database, using what we learned in the section of the :
The class accepts some additional keys on top of the usual keys:
type
Retrieves only objects of this class name. Must include the full namespace route to the class.
fromTimestamp
Retrieves objects triggered after this timestamp.
toTimestamp
Retrieves objects triggered up to this timestamp.
See this example working in the site.