Package-level declarations
Types
Builder used to construct a call defining serializers for the different arguments and return value.
Wrapper of results of an updateMany call.
Wrapper of results of an updateOne call.
Functions
Invokes an Atlas function.
Invokes an Atlas function using the EJson encoder defined in AppConfiguration.ejson.
Get a MongoCollection that exposes methods to retrieve and update data from the remote collection of objects of schema type T.
Returns the number of documents in the collection.
Return the custom user data associated with the user in the Realm App as BsonDocument.
Delete multiple objects from the remote collection.
Delete a single object from the remote collection.
Find and delete a single object in the remote collection.
Find and replace or insert a single new object in the remote collection.
Find and update or insert a single new object in the remote collection.
Insert an AsymmetricRealmObject into Realm. Since asymmetric objects are "write-only", it is not possible to access the managed data after it has been inserted.
Insert a dynamic version of a AsymmetricRealmObject into a realm. Since asymmetric objects are "write-only", it is not possible to access the managed data after it has been inserted.
Insert a list of object into the remote collection.
Returns the profile for this user as BsonDocument.
Automatically create an anonymous Subscription from a local query result in the background and return the result of re-running the same query against the Realm file. This behaves the same as creating a named variant by calling subscribe. See this method for details about the exact behavior.
Automatically create a named Subscription from a query in the background and return the result of running the same query against the local Realm file.
Automatically create a named Subscription from a local query result in the background and return the result of re-running the same query against the Realm file.
Update multiple objects or insert a single new object in the remote collection.
Update or insert a single object in the remote collection.