.MongoCollection.Indexes (gb.mongodb)
This virtual class allows to manipulate the indexes of a specific collection.
方法
Add
|
Create a new index.
|
Find
|
|
Query
|
Return a list of documents, each one describing one index of the collection.
|
Remove
|
Remove an index from the collection.
|