elementsDerived(fromExternalRecordAt:)
Returns a dictionary containing the parsed elements derived from the Spotlight external record file that is specified by the given URL.
Declaration
class func elementsDerived(fromExternalRecordAt fileURL: URL) -> [AnyHashable : Any]Parameters
- fileURL:
A file URL specifying the location of a Spotlight external record file.
Return Value
A dictionary containing the parsed elements derived from the Spotlight support file specified by fileURL.
Discussion
Dictionary keys and the corresponding values are described in Spotlight record keys.
See Also
Deprecated type methods
metadataForPersistentStore(with:)metadataForPersistentStore(ofType:at:)metadataForPersistentStore(ofType:at:options:)registerStoreClass(_:forStoreType:)removeUbiquitousContentAndPersistentStore(at:options:)setMetadata(_:forPersistentStoreOfType:at:)setMetadata(_:forPersistentStoreOfType:at:options:)