Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Annotation Type Index

On this page

  • io.realm.annotations

Implemented interfaces:

  • java.lang.annotation.Annotation

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.

Back

Ignore