CSStorageInterface
@objc
public protocol CSStorageInterface
The CSStorageInterface serves as the Objective-C bridging type for StorageInterface.
See also
StorageInterface
-
The string identifier for the
NSPersistentStore‘stypeproperty. This is the same string CoreStore will use to create theNSPersistentStorefrom theNSPersistentStoreCoordinator’saddPersistentStoreWithType(...)method.Declaration
Swift
@objc static var storeType: String { get } -
The configuration name in the model file
Declaration
Swift
@objc var configuration: ModelConfiguration { get } -
The options dictionary for the
NSPersistentStoreDeclaration
Swift
@objc var storeOptions: [AnyHashable : Any]? { get }
View on GitHub
CSStorageInterface Protocol Reference