---
title: NSIncrementalStoreNode
framework: coredata
role: symbol
role_heading: Class
path: coredata/nsincrementalstorenode
---

# NSIncrementalStoreNode

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

## Declaration

```swift
class NSIncrementalStoreNode
```

## Overview

Overview A node represents a single record in a persistent store. You can subclass NSIncrementalStoreNode to provide custom behavior.

## Topics

### Initializing a Node

- [init(objectID:withValues:version:)](coredata/nsincrementalstorenode/init(objectid:withvalues:version:).md)

### Managing Node Data

- [objectID](coredata/nsincrementalstorenode/objectid.md)
- [update(withValues:version:)](coredata/nsincrementalstorenode/update(withvalues:version:).md)
- [value(for:)](coredata/nsincrementalstorenode/value(for:).md)
- [version](coredata/nsincrementalstorenode/version.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Store Coordination

- [NSPersistentStoreCoordinator](coredata/nspersistentstorecoordinator.md)
- [NSPersistentStore](coredata/nspersistentstore.md)
- [NSPersistentStoreDescription](coredata/nspersistentstoredescription.md)
- [NSPersistentStoreRequest](coredata/nspersistentstorerequest.md)
- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)
- [NSPersistentStoreAsynchronousResult](coredata/nspersistentstoreasynchronousresult.md)
- [NSSaveChangesRequest](coredata/nssavechangesrequest.md)
- [NSAtomicStore](coredata/nsatomicstore.md)
- [NSAtomicStoreCacheNode](coredata/nsatomicstorecachenode.md)
- [NSIncrementalStore](coredata/nsincrementalstore.md)
