NSPersistentStoreDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Descriptor for a persistent store inside a persistent container.
[Foundation.Register("NSPersistentStoreDescription", true)]
public class NSPersistentStoreDescription : Foundation.NSObject, Foundation.INSCopying, IDisposable
[<Foundation.Register("NSPersistentStoreDescription", true)>]
type NSPersistentStoreDescription = class
inherit NSObject
interface INSCopying
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSPersistentStoreDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSPersistentStoreDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSPersistentStoreDescription(NSUrl) |
Creates a persistent store description with the specified store URL. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CloudKitContainerOptions | |
| Configuration |
Gets or sets the configuration that is used by the store. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| IsReadOnly |
Gets or sets a value that tells whether the store is read-only. |
| Options |
Gets the dictionary of options for the store. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShouldAddStoreAsynchronously |
Gets or sets a value that controls whether the store is added on the calling thread or on a background thread. |
| ShouldInferMappingModelAutomatically |
Gets or sets a value that controls whether the coordinator will attempt to create a mapping model by inspecting the schemas to be mapped. |
| ShouldMigrateStoreAutomatically |
Gets or sets a value that controls whether the persistent store should be automatically migrated. |
| SqlitePragmas |
Gets the SQLite pragmas for the store. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Timeout |
Gets or sets the connection timeout interval. |
| Type |
Gets or sets the store type. |
| Url |
Gets or sets the URL for the store. |
| Zone | (Inherited from NSObject) |