---
title: PHPersistentObjectChangeDetails
framework: photos
role: symbol
role_heading: Class
path: photos/phpersistentobjectchangedetails
---

# PHPersistentObjectChangeDetails

An object that represents the local identifiers that change between requests using a change token.

## Declaration

```swift
class PHPersistentObjectChangeDetails
```

## Topics

### Getting the Object Type

- [objectType](photos/phpersistentobjectchangedetails/objecttype.md)
- [PHObjectType](photos/phobjecttype.md)

### Getting the Change Details

- [insertedLocalIdentifiers](photos/phpersistentobjectchangedetails/insertedlocalidentifiers.md)
- [updatedLocalIdentifiers](photos/phpersistentobjectchangedetails/updatedlocalidentifiers.md)
- [deletedLocalIdentifiers](photos/phpersistentobjectchangedetails/deletedlocalidentifiers.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.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)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Change History

- [changeDetails(for:)](photos/phpersistentchange/changedetails(for:).md)
