---
title: NSPersistentStoreCoordinator.RemoteChangeMessage
framework: coredata
role: symbol
role_heading: Structure
path: coredata/nspersistentstorecoordinator/remotechangemessage
---

# NSPersistentStoreCoordinator.RemoteChangeMessage

Posted when a store receives a remote change notification from another process.

## Declaration

```swift
struct RemoteChangeMessage
```

## Topics

### Instance Properties

- [historyToken](coredata/nspersistentstorecoordinator/remotechangemessage/historytoken.md)
- [persistentStoreCoordinator](coredata/nspersistentstorecoordinator/remotechangemessage/persistentstorecoordinator.md)
- [storeURL](coredata/nspersistentstorecoordinator/remotechangemessage/storeurl.md)
- [storeUUID](coredata/nspersistentstorecoordinator/remotechangemessage/storeuuid.md)

## Relationships

### Conforms To

- [NotificationCenter.AsyncMessage](foundation/notificationcenter/asyncmessage.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
