Declared in RLMObjectStore.h

RLMCreationOptions

Definition

typedef NS_OPTIONS(NSUInteger, RLMCreationOptions ) {
   RLMCreationOptionsNone = 0,
   RLMCreationOptionsCreateOrUpdate = 1 < < 0,
   RLMCreationOptionsPromoteStandalone = 1 < < 1,
};

Constants

RLMCreationOptionsNone

Declared In RLMObjectStore.h.

RLMCreationOptionsCreateOrUpdate

Declared In RLMObjectStore.h.

RLMCreationOptionsPromoteStandalone

Declared In RLMObjectStore.h.