Navigation
This version of the documentation is archived and no longer supported.

db.collection.totalIndexSize()

db.collection.totalIndexSize()
Returns: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.