---
title: NSPersistentHistoryResultType.transactionsAndChanges
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistenthistoryresulttype/transactionsandchanges
---

# NSPersistentHistoryResultType.transactionsAndChanges

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

## Declaration

```swift
case transactionsAndChanges
```

## See Also

### Result Types

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