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.1.0-b0232
Syntax public IList<string> GetIndexes()
Return Value
Type:
IListStringThe list of created index names
See Also