- 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 thecollStats
(i.e.db.collection.stats()
) operation.