Click or drag to resize

IValueIndexOn Interface

An interface for use when creating value based indexes (e.g. Index.ValueIndex().On(...)

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public interface IValueIndexOn

The IValueIndexOn type exposes the following members.

Methods
  NameDescription
Public methodOn
Specifies the items to create a value based index on
Top
See Also