Class NSPersistentCloudKitContainerSchemaInitializationOptions


  • public final class NSPersistentCloudKitContainerSchemaInitializationOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DryRun
      Validate the model, and generate the records, but don't actually upload them to CloudKit.
      static long None  
      static long PrintSchema
      Causes the generated records to be logged to console.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DryRun

        public static final long DryRun
        Validate the model, and generate the records, but don't actually upload them to CloudKit. This option is useful for unit testing to ensure your managed object model is valid for use with CloudKit.
        See Also:
        Constant Field Values
      • PrintSchema

        public static final long PrintSchema
        Causes the generated records to be logged to console.
        See Also:
        Constant Field Values