Package org.robovm.apple.coredata
Class NSPersistentStoreOptions.Keys
java.lang.Object
org.robovm.apple.coredata.NSPersistentStoreOptions.Keys
- Enclosing class:
- NSPersistentStoreOptions
public static class NSPersistentStoreOptions.Keys extends Object
-
Constructor Summary
Constructors Constructor Description Keys() -
Method Summary
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
ReadOnly
-
Timeout
-
SQLitePragmas
-
SQLiteAnalyze
-
SQLiteManualVacuum
-
IgnorePersistentStoreVersioning
-
MigratePersistentStoresAutomatically
-
InferMappingModelAutomatically
-
ConnectionPoolMaxSize
- Since:
- Available in iOS 10.0 and later.
-
ForceDestroy
-
FileProtection
-
HistoryTrackingKey
- Since:
- Available in iOS 11.0 and later.
-
SecureDecodingClasses
- Since:
- Available in iOS 11.0 and later.
-
InsecureDecodingCompatibilityOption
- Since:
- Available in iOS 11.0 and later.
-
RemoteChangeNotificationPostOption
- Since:
- Available in iOS 13.0 and later.
-
URL
- Since:
- Available in iOS 12.0 and later.
-
HistoryTokenKey
- Since:
- Available in iOS 12.0 and later.
-
UbiquitousContentName
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
UbiquitousContentURL
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
UbiquitousPeerToken
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
RemoveUbiquitousMetadata
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
UbiquitousContainerIdentifier
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
RebuildFromUbiquitousContent
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
-