<!--
{
  "documentType" : "article",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/spotlight-record-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Spotlight record keys"
}
-->

# Spotlight record keys

The keys for the values that exist in Spotlight’s external record files.

## Topics

### Constants

[`let NSEntityNameInPathKey: String`](/documentation/CoreData/NSEntityNameInPathKey)

Dictionary key for the entity name extracted from an external record file.

[`let NSStoreUUIDInPathKey: String`](/documentation/CoreData/NSStoreUUIDInPathKey)

Dictionary key for the store UUID extracted from an external record file.

[`let NSStorePathKey: String`](/documentation/CoreData/NSStorePathKey)

Dictionary key for the store path (an instance of `NSURL`) extracted from an external record file.

[`let NSModelPathKey: String`](/documentation/CoreData/NSModelPathKey)

Dictionary key for the managed object model path (an instance of `NSURL`) extracted from an external record file.

[`let NSObjectURIKey: String`](/documentation/CoreData/NSObjectURIKey)

Dictionary key for the object URI extracted from an external record file.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)