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.
2 parents a052215 + a68de2a commit fe37eb6Copy full SHA for fe37eb6
source/reference/collection-statistics.txt
@@ -159,7 +159,9 @@ Fields
159
.. versionadded:: 2.2
160
161
Reports the flags on this collection set by the user. In version
162
- 2.2 the only user flag is ``usePowerOf2Sizes``.
+ 2.2 the only user flag is :collflag:`usePowerOf2Sizes`.
163
+ If :collflag:`usePowerOf2Sizes` is enabled, :stats:`userFlags` will
164
+ be set to ``1``, otherwise :stats:`userFlags` will be ``0``.
165
166
See the :dbcommand:`collMod` command for more information on setting user
167
flags and :ref:`usePowerOf2Sizes <usePowerOf2Sizes>`.
0 commit comments