21.59. Enum IndexType
Namespace: ArmoniK.Core.Adapters.MongoDB.Table.DataModel
Assembly: ArmoniK.Core.Adapters.MongoDB.dll
Index Type
public enum IndexType
21.59.1. Fields
Ascending = 0
Index is based on ascending order of the keys.
Descending = 1
Index is based on descending order of the keys.
Hashed = 2
Index is based on the hash of the keys.
Text = 3
Index is optimized for text search.