- Reference >
- mongo Shell Methods >
- Collection Methods >
- db.collection.totalIndexSize()
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.
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.