Contents

metadata

The metadata for the persistent store.

Declaration

var metadata: [String : Any]! { get set }

Discussion

The dictionary must include the store type (NSStoreTypeKey) and UUID (NSStoreUUIDKey).

Special Considerations

Subclasses must override this property to provide storage and persistence for the store metadata.

See Also

Managing Store Metadata