翻译或纠错本页面
- Reference >
- mongo Shell Methods >
- Collection Methods >
- db.collection.totalIndexSize()
db.collection.totalIndexSize()¶
- db.collection.totalIndexSize()¶
返回: The total size of all indexes for the collection. This method provides a wrapper around the totalIndexSize output of the collStats (i.e. db.collection.stats()) operation.