Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDatabase Interface
IDatabase Methods
CreateIndex Method
CreateIndex Method (IList(IExpression))
CreateIndex Method (IList, IndexType, IndexOptions)
IDatabase
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-b0056
Syntax
C#
Copy
void
CreateIndex
(
IList
<
IExpression
>
expressions
)
Parameters
expressions
Type:
System.Collections.Generic
IList
IExpression
The expressions to create the index on
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDatabase Interface
CreateIndex Overload
Couchbase.Lite Namespace