Database.GetIndexes 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
Syntaxpublic IList<string> GetIndexes()
Return Value
Type:
IList<String>The list of created index names
See Also