public final class NSPersistentCloudKitContainerSchemaInitializationOptions
extends java.lang.Object
| Modifier and Type | Field and 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.
|
public static final long None
public static final long DryRun
public static final long PrintSchema