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 321d79e commit d3751b3Copy full SHA for d3751b3
source/includes/fact-ObjectId-construct.rst
@@ -1,7 +1,8 @@
1
- a 4-byte *timestamp value*, representing the ObjectId's creation,
2
measured in seconds since the Unix epoch
3
4
-- a 5-byte *random value*
+- a 5-byte *random value* generated once per process. This random value
5
+ is unique to the machine and process.
6
7
- a 3-byte *incrementing counter*, initialized to a random value
8
0 commit comments