Click or drag to resize

IValueIndexOnOn Method

Specifies the items to create a value based index on

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IValueIndex On(
	params IValueIndexItem[] items
)

Parameters

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

Return Value

Type: IValueIndex
The index object
See Also