FlexibleSyncConfiguration class Configuration

FlexibleSyncConfiguration is used to open Realm instances that are synchronized with MongoDB Atlas.

Inheritance

Properties

clientResetHandler ClientResetHandler
Called when a ClientResetError occurs for this synchronized Realm.
final
encryptionKey List<int>?
The key used to encrypt the entire Realm.
finalinherited
fifoFilesFallbackPath String?
Specifies the FIFO special files fallback location.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxNumberOfActiveVersions int?
Sets the maximum number of active versions allowed before an exception is thrown.
finalinherited
path String
The path where the Realm should be stored.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaObjects Iterable<SchemaObject>
A collection of SchemaObject that will be used to construct the RealmSchema once the Realm is opened.
finalinherited
schemaVersion int
The schema version for this Realm. This has to be a valid schema version on the server and the schema supplied in schemaObjects should match the one on the server.
final
shouldCompactCallback ShouldCompactCallback?
Called when opening a Realm for the first time, after process start.
final
syncErrorHandler SyncErrorHandler
Called when a SyncError occurs for this synchronized Realm.
final
user User
The User used to created this FlexibleSyncConfiguration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited