---
title: NSPersistentHistoryResultType.transactionsOnly
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistenthistoryresulttype/transactionsonly
---

# NSPersistentHistoryResultType.transactionsOnly

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

## Declaration

```swift
case transactionsOnly
```

## 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.changesOnly](coredata/nspersistenthistoryresulttype/changesonly.md)
