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
interface MongoCollection<T>

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
fun realmSerializerModule(schema: Set<KClass<out BaseRealmObject>>): SerializersModule

Creates SerializersModule with MongoDB API compliant serializers for all the realm objects (RealmObject, EmbeddedRealmObject and AsymmetricRealmObject) in the given schema.