Interface | Description |
---|---|
AggregateIterable<TResult> |
Iterable for aggregate.
|
ChangeStreamIterable<TResult> |
Iterable for change streams.
|
ClientSession |
A client session that supports transactions.
|
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 |
Class | Description |
---|---|
MongoClients |
A factory for MongoClient instances.
|
MongoClientSettings | Deprecated.
use
MongoClientSettings instead |
MongoClientSettings.Builder |
A builder for
MongoClientSettings so that MongoClientSettings can be immutable, and to support easier construction
through chaining. |
Observables |
Observable helpers.
|