From 793faf2947b2fcb96e160a34273bb62767fb561f Mon Sep 17 00:00:00 2001 From: Doron Segal Date: Thu, 19 Oct 2017 14:05:15 -0700 Subject: [PATCH] Update docs (size should be defined) it's not clear if the size in KB, Bytes, MB, etc... --- source/reference/method/db.collection.dataSize.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.dataSize.txt b/source/reference/method/db.collection.dataSize.txt index 7b079dad55d..771864c3117 100644 --- a/source/reference/method/db.collection.dataSize.txt +++ b/source/reference/method/db.collection.dataSize.txt @@ -12,6 +12,6 @@ db.collection.dataSize() .. method:: db.collection.dataSize() - :returns: The size of the collection. This method provides a wrapper + :returns: The size of the collection (in bytes). This method provides a wrapper around the :data:`~collStats.size` output of the :dbcommand:`collStats` (i.e. :method:`db.collection.stats()`) command.