Realm Xamarin  v0.81.0
Realm for Xamarin
Public Member Functions | List of all members
Realms.IndexedAttribute Class Reference

An attribute that indicates an indexed property. Indexed properties slow down insertions, but can greatly speed up queries. More...

Inherits Attribute.

Public Member Functions

 IndexedAttribute ()
 Initializes a new instance of the IndexedAttribute class. More...
 

Detailed Description

An attribute that indicates an indexed property. Indexed properties slow down insertions, but can greatly speed up queries.

Constructor & Destructor Documentation

§ IndexedAttribute()

Realms.IndexedAttribute.IndexedAttribute ( )

Initializes a new instance of the IndexedAttribute class.