Contents

options

The options that Core Data uses to create the store.

Declaration

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

Discussion

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

See Also

Getting Store Configuration