Click or drag to resize

DatabaseDeleteIndex 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-b0125
Syntax
C#
public 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
See Also