.MongoCollection.Indexes (gb.mongodb)
This virtual class allows to manipulate the indexes of a specific collection.
Этот класс виртуальный.
Этот класс несоздаваемый.
Методы
Add
|
Create a new index.
|
Find
|
Return the names of all collection indexes as a string array.
|
Query
|
Return a list of documents, each one describing one index of the collection.
|
Remove
|
Remove an index from the collection.
|