Property

public final class Property: CustomStringConvertible

Property instances represent properties persisted to Realm in the context of an object schema.

When using Realm, Property instances allow performing migrations and introspecting the database’s schema.

These property instances map to columns in the core database.