Contents

identifier

The unique identifier for the persistent store.

Declaration

var identifier: String! { get set }

Discussion

The identifier is used as part of the managed object IDs for each object in the store.

Special Considerations

NSPersistentStore provides a default implementation to provide a globally unique identifier for the store instance.

See Also

Related Documentation

Managing Store Attributes