disableFormatUpgrade property

bool disableFormatUpgrade
final

Specifies if a realm file format should be automatically upgraded if it was created with an older version of the Realm library. An exception will be thrown if a file format upgrade is required.

Implementation

final bool disableFormatUpgrade;