We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea1d83 commit 667f859Copy full SHA for 667f859
source/reference/command/collMod.txt
@@ -41,11 +41,11 @@ collMod
41
.. example::
42
43
To enable :collflag:`usePowerOf2Sizes` on the collection
44
- named ``sensor_readings``, use the following operation:
+ named ``products``, use the following operation:
45
46
.. code-block:: javascript
47
48
- db.runCommand({collMod: "sensor_readings", usePowerOf2Sizes:true })
+ db.runCommand( {collMod: "products", usePowerOf2Sizes : true })
49
50
To disable :collflag:`usePowerOf2Sizes` on the collection
51
``products``, use the following operation:
0 commit comments