| 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: 2.0.0-b0520
 Syntax
Syntaxpublic IList<string> GetIndexes()
Return Value
Type: 
IListStringThe list of created index names
 See Also
See Also