File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -580,11 +580,13 @@ Glossary
580580 See :term:`natural order`.
581581
582582 ObjectId
583- A special 12-byte :term:`BSON` type that guarantees uniqueness
584- within the :term:`collection`. The ObjectId is generated based on
585- timestamp, machine ID, process ID, and a process-local incremental
586- counter. MongoDB uses ObjectId values as the default values for
587- :term:`_id` fields.
583+ A special :term:`BSON` type that guarantees uniqueness within the
584+ :term:`collection`. :ref:`objectid` values are 12 bytes in length,
585+ consisting of:
586+
587+ .. include:: /includes/fact-ObjectId-construct.rst
588+
589+ See :ref:`document-bson-type-object-id` for BSON-specific information.
588590
589591 operator
590592 A keyword beginning with a ``$`` used to express an update,
You can’t perform that action at this time.
0 commit comments