See: Description
Interface | Description |
---|---|
AggregateIterable<TResult> |
Iterable for aggregate.
|
ChangeStreamIterable<TResult> |
Iterable for change streams.
|
DistinctIterable<TResult> |
Iterable for distinct.
|
FindIterable<T> |
Iterable for find.
|
ListCollectionsIterable<TResult> |
Iterable for ListCollections.
|
ListDatabasesIterable<T> |
Iterable for ListDatabases.
|
ListIndexesIterable<TResult> |
Iterable for ListIndexes.
|
MapReduceIterable<TResult> |
Iterable for map reduce.
|
MongoClient |
A client-side representation of a MongoDB cluster.
|
MongoCollection<TDocument> |
The MongoCollection interface.
|
MongoDatabase |
The MongoDatabase interface.
|
MongoIterable<TResult> |
Operations that allow asynchronous iteration over a collection view.
|
Observable<TResult> |
A
Observable represents a MongoDB operation. |
Observer<TResult> |
Provides a mechanism for receiving push-based notifications.
|
Subscription |