Click or drag to resize

IDatabaseDeleteIndex Method

Deletes an index of the given IndexType on the given propertyPath

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
void DeleteIndex(
	string propertyPath,
	IndexType type
)

Parameters

propertyPath
Type: SystemString
The path of the index to delete
type
Type: Couchbase.LiteIndexType
The type of the index to delete
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also