Initializes a new instance of this object.
The initialize options for the database.
Gets the connection database.
The connection database.
Gets the connection url.
The connection host.
Retrieves the count of documents from the source.
The source collection to count.
Optionalscope: IZFilterThe data scope. If this is undefined, then the total number of documents in the database should be returned.
The total source count.
Deletes documents from the database.
The source to delete from.
Optionalscope: IZFilterThe scope of data to delete.
The total number of documents deleted.
Reads documents from the database.
The source collection to read from.
Optionalrequest: IZDataRequestThe request scope. If this is undefined, then all documents are read from the database.
A page of documents that match the request scope.
Updates fields in the database.
The source to update.
The partial template that contains the fields to update.
Optionalscope: IZFilterThe scope to filter to. If this is undefined, then all documents are updated.
The total number of documents updated.
Represents an IZDatabase object that connects to mongodb.