Annotation Type Index
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.annotations
Implemented interfaces:
This annotation will add a search index to the field. A search index will make the Realm file larger and inserts slower but queries will be faster.NOTICE: Only String, int, byte, short, long, boolean and Date fields can be indexed.