Click or drag to resize

DatabaseCreateIndex Method (IListIExpression)

Creates an ValueIndex index on the given path

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public void CreateIndex(
	IList<IExpression> expressions
)

Parameters

expressions
Type: System.Collections.GenericIListIExpression
The expressions to create the index on
See Also