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
49
49
- string
50
50
51
51
- The name of the target collection.
52
-
53
- If the collection does not exist, :dbcommand:`collStats` returns
54
- an error message.
55
-
56
-
57
52
58
53
* - ``scale``
59
54
@@ -71,10 +66,6 @@ Definition
71
66
The scale factor rounds the affected size values to whole numbers.
72
67
73
68
.. include:: /includes/extracts/4.2-changes-stats-scaleFactor.rst
74
-
75
-
76
-
77
-
78
69
79
70
.. note::
80
71
@@ -137,7 +128,6 @@ collection and the storage engine, the output fields may vary.
137
128
138
129
.. code-block:: javascript
139
130
140
-
141
131
{
142
132
"ns" : <string>,
143
133
"size" : <number>,
@@ -527,8 +517,8 @@ Output
527
517
528
518
.. data:: collStats.inMemory
529
519
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.
532
522
533
523
This document contains data reported
534
524
directly by the storage engine and other data for internal
You can’t perform that action at this time.
0 commit comments