Table of Contents

Enum IndexMethod

Namespace
eQuantic.Core.Data.Migration
Assembly
eQuantic.Core.Data.dll

A specialized index structure a provider may support.

public enum IndexMethod

Fields

Default = 0

The store's default index structure (b-tree or equivalent).

Gin = 1

A PostgreSQL GIN index — what makes jsonb and array predicates fast.

Text = 2

A text-search index (MongoDB text).