You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`listIndexes()`| List all Indexes from the Collection in the database in the Appwrite project |[Example](/examples/database/collection/indexes/listIndexes.cpp)|
49
49
|`createIndex()`| Create Indexes in the Collection in the Appwrite project |[Example](/examples/database/collection/indexes/createIndex.cpp)|
50
+
|`getIndex()`| Fetch Indexes in the Collection in the Appwrite project |[Example](/examples/database/collection/indexes/getIndex.cpp)|
51
+
|`deleteIndex()`| Delete Indexes in the Collection in the Appwrite project |[Example](/examples/database/collection/indexes/deleteIndex.cpp)|
0 commit comments