final case classCollectionStatistics(count: slamdata.Predef.Long, dataSize: slamdata.Predef.Long, sharded: slamdata.Predef.Boolean) extends Product with Serializable
A subset of the information available from the collStats command. Many more
fields are available, some only in particular MongoDB versions or with
particular storage engines.
count
The number of documents in the collection.
dataSize
The total size "in memory" in bytes of all documents in the
collection, not including headers or indexes.
A subset of the information available from the collStats command. Many more fields are available, some only in particular MongoDB versions or with particular storage engines.
The number of documents in the collection.
The total size "in memory" in bytes of all documents in the collection, not including headers or indexes.