File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff 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>,
@@ -527,8 +517,8 @@ Output
527517
528518.. data:: collStats.inMemory
529519
530- :data:`~collStats.inMemory` only appears when using the
531- in-memory storage engine.
520+ :data:`~collStats.inMemory` only appears when using the in-memory
521+ storage engine.
532522
533523 This document contains data reported
534524 directly by the storage engine and other data for internal
You can’t perform that action at this time.
0 commit comments