JvmMongoCollection
Implementation of MongoCollection based on MongoDB's MongoCollection.
To access the inner iterable, see asKotlinClient.
To convert an existing MongoDB iterable into an instance of this class, see asKtMongo.
Functions
Start an aggregation pipeline.
Performs multiple update operations in a single request.
Counts how many documents exist in the collection.
Counts how many documents match predicate in the collection.
Counts all documents in the collection.
Deletes all documents that match filter.
Deletes the first document found that matches filter.
Returns a filtered collection that only contains the elements that match filter.
Finds all documents in this collection.
Finds all documents in this collection that satisfy filter.
Inserts multiple documents in a single operation.