---
title: NSPersistentHistoryResultType.changesOnly
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistenthistoryresulttype/changesonly
---

# NSPersistentHistoryResultType.changesOnly

The persistent history changes since the requested date, token, or transaction.

## Declaration

```swift
case changesOnly
```

## See Also

### Result Types

- [NSPersistentHistoryResultType.statusOnly](coredata/nspersistenthistoryresulttype/statusonly.md)
- [NSPersistentHistoryResultType.count](coredata/nspersistenthistoryresulttype/count.md)
- [NSPersistentHistoryResultType.objectIDs](coredata/nspersistenthistoryresulttype/objectids.md)
- [NSPersistentHistoryResultType.transactionsAndChanges](coredata/nspersistenthistoryresulttype/transactionsandchanges.md)
- [NSPersistentHistoryResultType.transactionsOnly](coredata/nspersistenthistoryresulttype/transactionsonly.md)
