On this page
db.collection.totalIndexSize()
db.collection.
totalIndexSize
( )-
Returns: The total size of all indexes for the collection. If an index uses prefix compression (which is the
default for WiredTiger
), the returned size reflects the compressed size.This method provides a wrapper around the
totalIndexSize
output of thecollStats
(i.e.db.collection.stats()
) operation.