Enum IndexMethod
A specialized index structure a provider may support.
public enum IndexMethod
Fields
Default = 0The store's default index structure (b-tree or equivalent).
Gin = 1A PostgreSQL
GINindex — what makesjsonband array predicates fast.Text = 2A text-search index (MongoDB
text).