Skip to content

Commit 4c563f1

Browse files
npentreljeff-allen-mongo
authored andcommitted
DOCS-14824: Clarify random part of objectId
1 parent 9e34832 commit 4c563f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/fact-ObjectId-construct.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- a 4-byte *timestamp value*, representing the ObjectId's creation,
22
measured in seconds since the Unix epoch
33

4-
- a 5-byte *random value*
4+
- a 5-byte *random value* generated once per process. This random value
5+
is unique to the machine and process.
56

67
- a 3-byte *incrementing counter*, initialized to a random value
78

0 commit comments

Comments
 (0)