RLMCreationOptions Constants Reference
Declared in | RLMObjectStore.h |
RLMCreationOptions
Definition
typedef NS_OPTIONS(NSUInteger, RLMCreationOptions ) {
RLMCreationOptionsNone = 0,
RLMCreationOptionsCreateOrUpdate = 1 < < 0,
RLMCreationOptionsPromoteStandalone = 1 < < 1,
};