Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IndexBuilder Class
IndexBuilder Methods
FullTextIndex Method
ValueIndex Method
IndexBuilder
ValueIndex 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#
Copy
public
static
IValueIndex
ValueIndex
(
params
IValueIndexItem
[]
items
)
Parameters
items
Type:
Couchbase.Lite.Query
IValueIndexItem
The items to use to create the index
Return Value
Type:
IValueIndex
The beginning of a value based index
See Also
Reference
IndexBuilder Class
Couchbase.Lite.Query Namespace