Details
-
Task
-
Resolution: Done
-
Blocker - P1
-
None
-
None
-
None
Description
- :method:`db.collection.dataSize()`: data size for the collection.
- :method:`db.collection.storageSize()`: allocation size, including unused space.
- :method:`db.collection.totalSize()`: the data size plus the index size.
- :method:`db.collection.totalIndexSize()`: the index size.