RLMProperty Class Reference
| Inherits from | NSObject |
| Declared in | RLMProperty.h RLMProperty.mm |
Overview
This class models properties persisted to Realm in an RLMObjectSchema.
When using Realm, RLMProperty objects allow performing migrations and introspecting the database’s schema.
These properties map to columns in the core database.
Properties
indexed
Indicates if this property is indexed.
@property (nonatomic, readonly) BOOL indexedSee Also
Declared In
RLMProperty.hobjectClassName
@property (nonatomic, readonly, copy) NSString *objectClassNameDeclared In
RLMProperty.h