the context object
name of the collection to search
the _id value
the _id of the root object
Optional options: { the the set of options for the search
Optional consistentsearch with strongly consistent reads
the stored value, or undefined if not found
when the collection is not found in the context
Generated using TypeDoc
Retrieve a child item by its
_idfield and its parent_id.Child objects can only be directly retrieved with both the parent and child _id. This limitation allows them to be stored without an extra index, and enables the
findChildrenmethod to retrieve all the children of a root object in the same call.