See: Description
| Interface | Description |
|---|---|
| FindFluent<T> |
Fluent interface for find.
|
| ListCollectionsFluent<T> |
Fluent interface for ListCollections.
|
| ListDatabasesFluent<T> |
Fluent interface for ListDatabases.
|
| ListIndexesFluent<T> |
Fluent interface for ListIndexes.
|
| MongoCollection<T> |
The MongoCollection interface.
|
| MongoCursor<T> |
The Mongo Cursor interface implementing the iterator protocol
|
| MongoDatabase |
The MongoDatabase interface.
|
| MongoIterable<T> |
The MongoIterable is the results from an operation, such as a query.
|
| Class | Description |
|---|---|
| QueryBuilder |
A utility class for creating a
Document that represents a query. |