RLMProperty Class Reference
Inherits from | NSObject |
Declared in | RLMProperty.h |
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.
Tasks
-
name
property -
type
property -
indexed
property -
objectClassName
property -
optional
property -
– isEqualToProperty:
Properties
indexed
Indicates if this property is indexed.
@property (nonatomic, readonly) BOOL indexed
See Also
Declared In
RLMProperty.h
objectClassName
@property (nonatomic, readonly, copy, nullable) NSString *objectClassName
Declared In
RLMProperty.h
optional
Whether this property is optional.
@property (nonatomic, readonly) BOOL optional
Declared In
RLMProperty.h