Optional typeguard: TypeGuard<DocumentType>Optional reCaptchaToken: stringPrivate collectionPrivate reOptional X-Private transportPrivate Optional typeguardInclude if using arrays as document types
A helper method to remove one or more documents from the collection
A helper method to retrieve the documents in the initialized collection
Optional query: FilterQuery<DocumentType>Used to determine which documents are included in the results
Optional queryParams: { Optional avg?: string[]Optional count?: stringOptional groupby?: string[]Optional limit?: numberOptional max?: string[]Optional min?: string[]Optional offset?: numberOptional orderby?: string[]Optional sum?: string[]Private isA helper method to update all documents matching the given query with the given operation.
Query used to determine which documents are affected by the update
mongodb UpdateQuery operation to be applied on the matching documents
A helper method to update one or more existing documents in the collection
Generated using TypeDoc
SDK for interacting with documents in AppDB.
Example Usage