Skip to content

Commit b390224

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-17199 collStats command does not error (#6172) (#6175)
Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com> Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent 81e0a06 commit b390224

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

source/reference/command/collStats.txt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ Definition
4949
- string
5050

5151
- The name of the target collection.
52-
53-
If the collection does not exist, :dbcommand:`collStats` returns
54-
an error message.
55-
56-
5752

5853
* - ``scale``
5954

@@ -71,10 +66,6 @@ Definition
7166
The scale factor rounds the affected size values to whole numbers.
7267

7368
.. include:: /includes/extracts/4.2-changes-stats-scaleFactor.rst
74-
75-
76-
77-
7869

7970
.. note::
8071

@@ -137,7 +128,6 @@ collection and the storage engine, the output fields may vary.
137128

138129
.. code-block:: javascript
139130

140-
141131
{
142132
"ns" : <string>,
143133
"size" : <number>,
@@ -502,8 +492,8 @@ Output
502492

503493
.. data:: collStats.inMemory
504494

505-
:data:`~collStats.inMemory` only appears when using the
506-
in-memory storage engine.
495+
:data:`~collStats.inMemory` only appears when using the in-memory
496+
storage engine.
507497

508498
This document contains data reported
509499
directly by the storage engine and other data for internal

0 commit comments

Comments
 (0)