<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSIncrementalStoreNode",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSIncrementalStoreNode"
  },
  "title" : "NSIncrementalStoreNode"
}
-->

# NSIncrementalStoreNode

A concrete class used to represent basic nodes in a Core Data incremental store.

```
class NSIncrementalStoreNode
```

## Overview

A node represents a single record in a persistent store.

You can subclass `NSIncrementalStoreNode` to provide custom behavior.

## Topics

### Initializing a Node

[`-  initWithObjectID:withValues:version:`](/documentation/CoreData/NSIncrementalStoreNode/init(objectID:withValues:version:))

Returns an object initialized with the given values.

### Managing Node Data

[`objectID`](/documentation/CoreData/NSIncrementalStoreNode/objectID)

The object ID that identifies the data stored by the receiver.

[`-  updateWithValues:version:`](/documentation/CoreData/NSIncrementalStoreNode/update(withValues:version:))

Update the values and version to reflect new data being saved to or loaded from the external store.

[`-  valueForPropertyDescription:`](/documentation/CoreData/NSIncrementalStoreNode/value(for:))

Returns the value for the given property.

[`version`](/documentation/CoreData/NSIncrementalStoreNode/version)

The version of data in the receiver.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)