Type alias MigrationOptions

MigrationOptions: {
    resolveEmbeddedConstraints?: boolean;
}

This describes options used during schema migration.

Type declaration

  • Optional resolveEmbeddedConstraints?: boolean

    A flag to indicate whether Realm should resolve embedded object constraints after migration. If this is true then all embedded objects without a parent will be deleted and every embedded object with every embedded object with one or more references to it will be duplicated so that every referencing object will hold its own copy of the embedded object.

    Default

    false
    

    Since

    12.1.0

Generated using TypeDoc