NSAtomicStore 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.
A base class for 'atomic stores,' which can be used to store custom file formats in Core Data.
[Foundation.Register("NSAtomicStore", true)]
public class NSAtomicStore : CoreData.NSPersistentStore
[<Foundation.Register("NSAtomicStore", true)>]
type NSAtomicStore = class
inherit NSPersistentStore
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NSAtomicStore(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSAtomicStore(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSAtomicStore(NSPersistentStoreCoordinator, String, NSUrl, NSDictionary) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| CacheNodes | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ConfigurationName |
Gets the managed object model configuration name for the configuration that was used to create the store. (Inherited from NSPersistentStore) |
| CoreSpotlightExporter |
Gets the spotlight exporter for the store. (Inherited from NSPersistentStore) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
Gets the unique identifier for this store. (Inherited from NSPersistentStore) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Metadata |
Gets or sets the store metadata. (Inherited from NSPersistentStore) |
| Options |
Gets the options with which the store was initialized. (Inherited from NSPersistentStore) |
| PersistentStoreCoordinator |
Gets the coordinator to which this store belongs, if present. (Inherited from NSPersistentStore) |
| ReadOnly |
Gets or sets the read-only status of the store (Inherited from NSPersistentStore) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Type |
Application developers override this method to provide a unique store type to use when adding the store to the store coordinator. (Inherited from NSPersistentStore) |
| Url |
Gets or sets the URL of the store. (Inherited from NSPersistentStore) |
| Zone | (Inherited from NSObject) |