---
title: persistentStoreCoordinator
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistentstore/persistentstorecoordinator
---

# persistentStoreCoordinator

The persistent store coordinator that loads the persistent store.

## Declaration

```swift
weak var persistentStoreCoordinator: NSPersistentStoreCoordinator? { get }
```

## See Also

### Getting Store Configuration

- [configurationName](coredata/nspersistentstore/configurationname.md)
- [options](coredata/nspersistentstore/options.md)
- [type](coredata/nspersistentstore/type.md)
- [NSPersistentStore.StoreType](coredata/nspersistentstore/storetype.md)
- [Persistent Store Types](coredata/persistent-store-types.md)
