Click or drag to resize

IndexBuilderValueIndex 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.1.0-b0232
Syntax
C#
public static IValueIndex ValueIndex(
	params IValueIndexItem[] items
)

Parameters

items
Type: Couchbase.Lite.QueryIValueIndexItem
The items to use to create the index

Return Value

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