interfaces
Table of Contents
Interfaces
- CountModel
- Count the number of documents in the model.
- DeleteAllModel
- Delete a set of documents in the model.
- DeleteModel
- Delete a document in the model.
- DocumentsModel
- Interface DocumentsModel
- ExistModel
- Indicates if a document exist in the model.
- GetModel
- Returns a specific document in the model.
- InsertModel
- Insert a new document in the model.
- LastModel
- Returns the last document in the model (by default 'modified').
- ListModel
- List the documents in the model.
- ReplaceModel
- Replace a document in the model.
- TruncateModel
- Truncate the model documents.
- UpdateModel
- Update a document in the model.
- UpsertModel
- Insert or update/replace a document in the model if already exist.