Contents

metadataForPersistentStore(with:)

Returns the metadata from the persistent store at the given URL.

Declaration

class func metadataForPersistentStore(with url: URL) throws -> [String : Any]

Parameters

  • url:

    The location of the store.

Return Value

The metadata from the persistent store at url. Returns nil if there is an error.

Discussion

Subclasses must override this method.

See Also

Managing Store Metadata