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