---
title: NSPersistentHistoryResult
framework: coredata
role: symbol
role_heading: Class
path: coredata/nspersistenthistoryresult
---

# NSPersistentHistoryResult

The result of a request to fetch persistent history.

## Declaration

```swift
class NSPersistentHistoryResult
```

## Mentioned in

Consuming relevant store changes

## Topics

### Inspecting History Results

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

## Relationships

### Inherits From

- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Requesting History

- [NSPersistentHistoryChangeRequest](coredata/nspersistenthistorychangerequest.md)
