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
attributes
Property attributes.
@property (nonatomic, readonly) RLMPropertyAttributes attributesSee Also
Declared In
RLMProperty.hobjectClassName
@property (nonatomic, readonly, copy) NSString *objectClassNameDeclared In
RLMProperty.h