From 44bd0528c2f76aee7229f7e95640e8cbe6c862a9 Mon Sep 17 00:00:00 2001 From: jason-price-mongodb <69260375+jason-price-mongodb@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:13:40 -0800 Subject: [PATCH] DOCSP-17199 collStats command does not error (#6172) Co-authored-by: jason-price-mongodb --- source/reference/command/collStats.txt | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/source/reference/command/collStats.txt b/source/reference/command/collStats.txt index 6c0c7f3202d..8e608471c21 100644 --- a/source/reference/command/collStats.txt +++ b/source/reference/command/collStats.txt @@ -49,11 +49,6 @@ Definition - string - The name of the target collection. - - If the collection does not exist, :dbcommand:`collStats` returns - an error message. - - * - ``scale`` @@ -71,10 +66,6 @@ Definition The scale factor rounds the affected size values to whole numbers. .. include:: /includes/extracts/4.2-changes-stats-scaleFactor.rst - - - - .. note:: @@ -137,7 +128,6 @@ collection and the storage engine, the output fields may vary. .. code-block:: javascript - { "ns" : , "size" : , @@ -502,8 +492,8 @@ Output .. data:: collStats.inMemory - :data:`~collStats.inMemory` only appears when using the - in-memory storage engine. + :data:`~collStats.inMemory` only appears when using the in-memory + storage engine. This document contains data reported directly by the storage engine and other data for internal