Contents

metadata(for:)

Returns the metadata of the specified persistent store.

Declaration

func metadata(for store: NSPersistentStore) -> [String : Any]

Parameters

  • store:

    A persistent store.

Return Value

A dictionary that contains the metadata currently stored or to-be-stored in store.

See Also

Related Documentation

Managing a store’s metadata