RLMProperty Class Reference
Inherits from | NSObject |
Declared in | RLMProperty.h RLMProperty.m |
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 attributes
See Also
Declared In
RLMProperty.h
objectClassName
@property (nonatomic, readonly, copy) NSString *objectClassName
Declared In
RLMProperty.h