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 indexed
See Also
Declared In
RLMProperty.h
objectClassName
@property (nonatomic, readonly, copy) NSString *objectClassName
Declared In
RLMProperty.h