RLMMongoClient

Objective-C


@interface RLMMongoClient : NSObject

Swift

@_nonSendable(_assumed) class RLMMongoClient : NSObject, @unchecked Sendable

The RLMMongoClient enables reading and writing on a MongoDB database via the Realm Cloud service.

It provides access to instances of RLMMongoDatabase, which in turn provide access to specific RLMMongoCollections that hold your data.

Note

Before you can read or write data, a user must log in.