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. Only string properties can be indexed. Returning this for properties of any other type will have no effect.

Declared In RLMConstants.h.

Declared In

RLMConstants.h