Enum IndexType
Describes the indexing mode for properties annotated with the IndexedAttribute.
Namespace: Realms
Assembly: Realm.dll
Syntax
public enum IndexType
Fields
Name | Description |
---|---|
None | Indicates that the property is not indexed. |
General | Describes a regular index with no special capabilities. |
FullText | Describes a Full-Text index on a string property. |