---
title: configurationName
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistentstore/configurationname
---

# configurationName

The name of the managed object model configuration that creates the persistent store.

## Declaration

```swift
var configurationName: String { get }
```

## See Also

### Getting Store Configuration

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