---
title: NSPersistentStoreRemoteChangeNotificationPostOptionKey
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nspersistentstoreremotechangenotificationpostoptionkey
---

# NSPersistentStoreRemoteChangeNotificationPostOptionKey

A key that indicates a persistent store posts a remote change notification for every write to the store, including writes by other processes.

## Declaration

```swift
let NSPersistentStoreRemoteChangeNotificationPostOptionKey: String
```

## Mentioned in

Consuming relevant store changes

## See Also

### Persistent Store Metadata Keys

- [NSBinaryStoreInsecureDecodingCompatibilityOption](coredata/nsbinarystoreinsecuredecodingcompatibilityoption.md)
- [NSBinaryStoreSecureDecodingClasses](coredata/nsbinarystoresecuredecodingclasses.md)
- [NSPersistentStoreModelVersionChecksumKey](coredata/nspersistentstoremodelversionchecksumkey.md)
