Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Methods
AddDocumentChangedListener Method
Close Method
Compact Method
Contains Method
CreateIndex Method
Delete Method
DeleteIndex Method
Dispose Method
Exists Method
Finalize Method
GetDocument Method
InBatch Method
Purge Method
RemoveDocumentChangedListener Method
Save Method
Database
DeleteIndex 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-b0295
Syntax
C#
Copy
public
void
DeleteIndex
(
string
propertyPath
,
IndexType
type
)
Parameters
propertyPath
Type:
System
String
The path of the index to delete
type
Type:
Couchbase.Lite.Query
IndexType
The type of the index to delete
See Also
Reference
Database Class
Couchbase.Lite Namespace