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
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-b0033
Syntax
C#
Copy
void
DeleteIndex
(
string
propertyPath
,
IndexType
type
)
Parameters
propertyPath
Type:
System
String
The path of the index to delete
type
Type:
Couchbase.Lite
IndexType
The type of the index to delete
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDatabase Interface
Couchbase.Lite Namespace