Package apple.coredata.enums
Class NSPersistentCloudKitContainerSchemaInitializationOptions
- java.lang.Object
-
- apple.coredata.enums.NSPersistentCloudKitContainerSchemaInitializationOptions
-
public final class NSPersistentCloudKitContainerSchemaInitializationOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDryRunValidate the model, and generate the records, but don't actually upload them to CloudKit.static longNonestatic longPrintSchemaCauses the generated records to be logged to console.
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
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
-
-