Declared in RLMConstants.h

RLMPropertyAttributes

Attributes which can be returned when implementing attributesForProperty:

Definition

typedef NS_OPTIONS(NSUInteger, RLMPropertyAttributes ) {
   RLMPropertyAttributeIndexed = 1 < < 2,
};

Constants

RLMPropertyAttributeIndexed

Create an index for this property for improved search performance.

Declared In RLMConstants.h.

Declared In

RLMConstants.h