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
‘stype
property. This is the same string CoreStore will use to create theNSPersistentStore
from 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
NSPersistentStore
Declaration
Swift
@objc var storeOptions: [AnyHashable : Any]? { get }