A dictionary representation of the options set on the associated persistent store.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Framework
- Core Data
Declaration
@property(nonatomic, copy, readonly) NSDictionary<NSString *,NSObject *> *options;
Discussion
A dictionary containing key-value pairs that specify numerous settings for the persistent store. For key definitions, see NSPersistent
.