Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Annotation Type Index

On this page

  • 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.

← Annotation Type Ignore