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 @@ -573,11 +573,13 @@ Glossary
573
573
See :term:`natural order`.
574
574
575
575
ObjectId
576
- A special 12-byte :term:`BSON` type that guarantees uniqueness
577
- within the :term:`collection`. The ObjectId is generated based on
578
- timestamp, machine ID, process ID, and a process-local incremental
579
- counter. MongoDB uses ObjectId values as the default values for
580
- :term:`_id` fields.
576
+ A special :term:`BSON` type that guarantees uniqueness within the
577
+ :term:`collection`. :ref:`objectid` values are 12 bytes in length,
578
+ consisting of:
579
+
580
+ .. include:: /includes/fact-ObjectId-construct.rst
581
+
582
+ See :ref:`document-bson-type-object-id` for BSON-specific information.
581
583
582
584
operator
583
585
A keyword beginning with a ``$`` used to express an update,
You can’t perform that action at this time.
0 commit comments