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.
read-onlyinherited
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.
read-onlyinherited
schemaObjects Iterable<SchemaObject>
A collection of SchemaObject that will be used to construct the RealmSchema once the Realm is opened.
finalinherited
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