idb/index
Types
pub type IndexKey {
Key(String)
CompoundKey(List(String))
UniqueKey(String)
UniqueCompoundKey(List(String))
MultiEntryKey(String)
MultiEntryUniqueKey(String)
}
Constructors
-
Key(String)Key path for the index.
-
CompoundKey(List(String))Compound key path for the index.
Empty string will be ignored. If empty list, then it will be treated as
Keywith empty string. -
UniqueKey(String) -
UniqueCompoundKey(List(String)) -
MultiEntryKey(String)Key path for the index with multi entry property.
-
MultiEntryUniqueKey(String)Key path for the index with multi entry and unique property.