Declared in RLMObjectStore.h

RLMCreationOptions

Definition

typedef NS_OPTIONS(NSUInteger, RLMCreationOptions ) {
   RLMCreationOptionsNone = 0,
   RLMCreationOptionsEnforceUnique = 1 < < 0,
   RLMCreationOptionsUpdateOrCreate = 1 < < 1,
   RLMCreationOptionsAllowCopy = 1 < < 2,
};

Constants

RLMCreationOptionsNone

Declared In RLMObjectStore.h.

RLMCreationOptionsEnforceUnique

Declared In RLMObjectStore.h.

RLMCreationOptionsUpdateOrCreate

Declared In RLMObjectStore.h.

RLMCreationOptionsAllowCopy

Declared In RLMObjectStore.h.