Click or drag to resize

IndexType Enumeration

A type setting for creating an index in a database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public enum IndexType
Members
  Member nameValueDescription
ValueIndex0 Creates an index on simple property values
FullTextIndex1 Creates a full text index
See Also