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

# options

A dictionary representation of the options set on the associated persistent store.

## Declaration

```swift
var options: [String : NSObject] { get }
```

## Discussion

Discussion A dictionary containing key-value pairs that specify numerous settings for the persistent store. For key definitions, see NSPersistentStoreCoordinator.

## See Also

### Accessing the Configuration Options

- [sqlitePragmas](coredata/nspersistentstoredescription/sqlitepragmas.md)
