Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDatabase Interface
IDatabase Methods
Close Method
CreateDocument Method
CreateIndex Method
Delete Method
DeleteIndex Method
DocumentExists Method
GetDocument Method
InBatch Method
IDatabase
CreateIndex Method
Creates an
ValueIndex
index on the given path
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
void
CreateIndex
(
string
propertyPath
)
Parameters
propertyPath
Type:
System
String
The path to create the index on
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDatabase Interface
Couchbase.Lite Namespace