Package-level declarations
Types
Link copied to clipboard
interface MongoClient
A Mongo client is used to access an App Service's Data Source directly without Sync support.
Link copied to clipboard
A mongo collection provides access to retrieve and update data from the database's collection with specific typed serialization.
Link copied to clipboard
interface MongoDatabase
A handle to a remote Atlas App Service database that provides access to its MongoCollections.
Functions
Link copied to clipboard
Creates SerializersModule with MongoDB API compliant serializers for all the realm objects (RealmObject, EmbeddedRealmObject and AsymmetricRealmObject) in the given schema.