Click or drag to resize

DatabaseGetIndexes Method

Gets a list of index names that are present in the database

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public IList<string> GetIndexes()

Return Value

Type: IListString
The list of created index names
See Also