---
title: NSPersistentHistoryResultType
framework: coredata
role: symbol
role_heading: Enumeration
path: coredata/nspersistenthistoryresulttype
---

# NSPersistentHistoryResultType

The types of results from a persistent history change request.

## Declaration

```swift
enum NSPersistentHistoryResultType
```

## Topics

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

### Initializers

- [init(rawValue:)](coredata/nspersistenthistoryresulttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting History Results

- [result](coredata/nspersistenthistoryresult/result.md)
- [resultType](coredata/nspersistenthistoryresult/resulttype.md)
