---
title: NSPersistentStoreRemoveUbiquitousMetadataOption
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nspersistentstoreremoveubiquitousmetadataoption
---

# NSPersistentStoreRemoveUbiquitousMetadataOption

The corresponding value is an NSNumber object representing a boolean that indicates whether the receiver should remove all associated ubiquity metadata from a persistent store. You typically use this option during migration or copying to disassociate a persistent store file from an iCloud account.

## Declaration

```swift
let NSPersistentStoreRemoveUbiquitousMetadataOption: String
```

## See Also

### Deprecated

- [NSExternalRecordsDirectoryOption](coredata/nsexternalrecordsdirectoryoption.md)
- [NSExternalRecordExtensionOption](coredata/nsexternalrecordextensionoption.md)
- [NSExternalRecordsFileFormatOption](coredata/nsexternalrecordsfileformatoption.md)
- [NSPersistentStoreUbiquitousContentNameKey](coredata/nspersistentstoreubiquitouscontentnamekey.md)
- [NSPersistentStoreUbiquitousContentURLKey](coredata/nspersistentstoreubiquitouscontenturlkey.md)
- [NSPersistentStoreUbiquitousPeerTokenOption](coredata/nspersistentstoreubiquitouspeertokenoption.md)
- [NSPersistentStoreUbiquitousContainerIdentifierKey](coredata/nspersistentstoreubiquitouscontaineridentifierkey.md)
- [NSPersistentStoreRebuildFromUbiquitousContentOption](coredata/nspersistentstorerebuildfromubiquitouscontentoption.md)
