A concrete class used to represent basic nodes in a Core Data incremental store.
SDKs
- iOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Data
Declaration
class NSIncrementalStoreNode : NSObject
Overview
A node represents a single record in a persistent store.
You can subclass NSIncremental
to provide custom behavior.