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: 2.0.0-b0364
Syntax public interface IValueIndexOn
The IValueIndexOn type exposes the following members.
Methods
| Name | Description |
---|
| On |
Specifies the items to create a value based index on
|
TopSee Also