Click or drag to resize

IDatabaseCreateIndex 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#
void CreateIndex(
	string propertyPath
)

Parameters

propertyPath
Type: SystemString
The path to create the index on
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also