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

# options

The options that Core Data uses to create the store.

## Declaration

```swift
var options: [AnyHashable : Any]? { get }
```

## Discussion

Discussion See NSPersistentStoreCoordinator for a list of key names for options in this dictionary.

## See Also

### Getting Store Configuration

- [configurationName](coredata/nspersistentstore/configurationname.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)
