Skip to content

Commit 3db1a2d

Browse files
ajhuh-mdbandf-mongodb
authored andcommitted
DOCSP-14409 include units for db.collection.storageSize() return value
1 parent 05e3144 commit 3db1a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/db.collection.storageSize.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ db.collection.storageSize()
1212

1313
.. method:: db.collection.storageSize()
1414

15-
:returns: The total amount of storage allocated to this collection
16-
for document storage.
15+
:returns: The total amount of storage in bytes allocated to this
16+
collection for document storage.
1717

1818
If collection data is compressed (which is the
1919
:option:`default for WiredTiger <mongod

0 commit comments

Comments
 (0)