Click or drag to resize

IndexValueIndex Method

Starts the creation of an index based on a simple property

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static IValueIndexOn ValueIndex()

Return Value

Type: IValueIndexOn
The beginning of a value based index
See Also