---
title: NSPersistentHistoryChange
framework: coredata
role: symbol
role_heading: Class
path: coredata/nspersistenthistorychange
---

# NSPersistentHistoryChange

A change representing the insertion, update, or deletion of a managed object in the persistent store.

## Declaration

```swift
class NSPersistentHistoryChange
```

## Mentioned in

Consuming relevant store changes

## Topics

### Inspecting Change Metadata

- [fetchRequest](coredata/nspersistenthistorychange/fetchrequest.md)
- [entityDescription](coredata/nspersistenthistorychange/entitydescription.md)
- [entityDescription(with:)](coredata/nspersistenthistorychange/entitydescription(with:).md)

### Inspecting Change Details

- [changeID](coredata/nspersistenthistorychange/changeid.md)
- [changeType](coredata/nspersistenthistorychange/changetype.md)
- [NSPersistentHistoryChangeType](coredata/nspersistenthistorychangetype.md)
- [changedObjectID](coredata/nspersistenthistorychange/changedobjectid.md)
- [tombstone](coredata/nspersistenthistorychange/tombstone.md)
- [transaction](coredata/nspersistenthistorychange/transaction.md)
- [updatedProperties](coredata/nspersistenthistorychange/updatedproperties.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)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Reading History

- [NSPersistentHistoryTransaction](coredata/nspersistenthistorytransaction.md)
