Class | Description |
---|---|
MongoClient |
The remote MongoClient used for working with data in MongoDB remotely via Realm.
|
MongoCollection<DocumentT> |
The MongoCollection interface provides read and write access to documents.
|
MongoDatabase |
The RemoteMongoDatabase provides access to its
Document MongoCollection s. |
MongoNamespace |
A MongoDB namespace, which includes a database name and collection name.
|