Contents

persistentStoreCoordinator

The container’s persistent store coordinator.

Declaration

var persistentStoreCoordinator: NSPersistentStoreCoordinator { get }

Mentioned in

Discussion

When the persistent container is initialized, it creates a persistent store coordinator as part of that initialization. That persistent store coordinator is referenced in this property.

See Also

Getting the Container’s Configuration