Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IValueIndexOn Interface
IValueIndexOn Methods
On Method
IValueIndexOn
On 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#
Copy
IValueIndex
On
(
params
IValueIndexItem
[]
items
)
Parameters
items
Type:
Couchbase.Lite.Query
IValueIndexItem
The items to create the index on
Return Value
Type:
IValueIndex
The index object
See Also
Reference
IValueIndexOn Interface
Couchbase.Lite.Query Namespace