.MongoCollection.Indexes (gb.mongodb)
This virtual class allows to manipulate the indexes of a specific collection.
This class is virtual.
This class is not creatable.
Methods
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.
|