Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Methods
CreateIndex Method
CreateIndex Method (IList(IExpression))
CreateIndex Method (IList, IndexType, IndexOptions)
Database
CreateIndex Method (IList
IExpression
)
Creates an
ValueIndex
index on the given path
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
void
CreateIndex
(
IList
<
IExpression
>
expressions
)
Parameters
expressions
Type:
System.Collections.Generic
IList
IExpression
The expressions to create the index on
See Also
Reference
Database Class
CreateIndex Overload
Couchbase.Lite Namespace