RealmConfig: {
    automaticallyHandleBacklinksInMigrations: boolean;
    cache: boolean;
    disableFormatUpgrade: boolean;
    encryptionKey: ArrayBuffer;
    fifoFilesFallbackPath: string;
    forceSyncHistory: boolean;
    inMemory: boolean;
    path: string;
    schema: undefined | ObjectSchema[];
    schemaMode: SchemaMode;
    schemaVersion: Int64;
    syncConfig: null | SyncConfig;
}

Type declaration

  • automaticallyHandleBacklinksInMigrations: boolean

    Default

    false
    
  • cache: boolean

    Default

    false
    
  • disableFormatUpgrade: boolean

    Default

    false
    
  • encryptionKey: ArrayBuffer
  • fifoFilesFallbackPath: string
  • forceSyncHistory: boolean

    Default

    false
    
  • inMemory: boolean

    Default

    false
    
  • path: string
  • schema: undefined | ObjectSchema[]
  • schemaMode: SchemaMode

    Default

    SchemaMode::Automatic
    
  • schemaVersion: Int64

    Default

    -1
    
  • syncConfig: null | SyncConfig

Generated using TypeDoc