Contents

entityVersionHashesByName

The dictionary of the model’s entity names and their corresponding version hashes.

Declaration

var entityVersionHashesByName: [String : Data] { get }

Discussion

Core Data use the dictionary of version hash information is to determine schema compatibility.

See Also

Versioning and migrating entities