Contents

NSLightweightMigrationStage

An object that describes a series of models suitable for lightweight migration.

Declaration

class NSLightweightMigrationStage

Overview

Use NSLightweightMigrationStage when you have a series of models to migrate and those models are compatible with lightweight migrations. Instances of this class supplement your custom migration stages and help maintain a consistent stage order for the entire migration.

Topics

Creating a migration stage

Accessing the checksums

See Also

Migration stages