Class NSPersistentStoreOptions.Keys

java.lang.Object
org.robovm.apple.coredata.NSPersistentStoreOptions.Keys
Enclosing class:
NSPersistentStoreOptions

public static class NSPersistentStoreOptions.Keys
extends Object
  • Constructor Details

    • Keys

      public Keys()
  • Method Details

    • ReadOnly

      public static NSString ReadOnly()
    • Timeout

      public static NSString Timeout()
    • SQLitePragmas

      public static NSString SQLitePragmas()
    • SQLiteAnalyze

      public static NSString SQLiteAnalyze()
    • SQLiteManualVacuum

      public static NSString SQLiteManualVacuum()
    • IgnorePersistentStoreVersioning

      public static NSString IgnorePersistentStoreVersioning()
    • MigratePersistentStoresAutomatically

      public static NSString MigratePersistentStoresAutomatically()
    • InferMappingModelAutomatically

      public static NSString InferMappingModelAutomatically()
    • ConnectionPoolMaxSize

      public static NSString ConnectionPoolMaxSize()
      Since:
      Available in iOS 10.0 and later.
    • ForceDestroy

      public static NSString ForceDestroy()
    • FileProtection

      public static NSString FileProtection()
    • HistoryTrackingKey

      public static NSString HistoryTrackingKey()
      Since:
      Available in iOS 11.0 and later.
    • SecureDecodingClasses

      public static NSString SecureDecodingClasses()
      Since:
      Available in iOS 11.0 and later.
    • InsecureDecodingCompatibilityOption

      public static String InsecureDecodingCompatibilityOption()
      Since:
      Available in iOS 11.0 and later.
    • RemoteChangeNotificationPostOption

      public static NSString RemoteChangeNotificationPostOption()
      Since:
      Available in iOS 13.0 and later.
    • URL

      public static NSString URL()
      Since:
      Available in iOS 12.0 and later.
    • HistoryTokenKey

      public static NSString HistoryTokenKey()
      Since:
      Available in iOS 12.0 and later.
    • UbiquitousContentName

      @Deprecated public static NSString UbiquitousContentName()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • UbiquitousContentURL

      @Deprecated public static NSString UbiquitousContentURL()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • UbiquitousPeerToken

      @Deprecated public static NSString UbiquitousPeerToken()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • RemoveUbiquitousMetadata

      @Deprecated public static NSString RemoveUbiquitousMetadata()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • UbiquitousContainerIdentifier

      @Deprecated public static NSString UbiquitousContainerIdentifier()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • RebuildFromUbiquitousContent

      @Deprecated public static NSString RebuildFromUbiquitousContent()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.