@@ -45,8 +45,8 @@ Collections
45
45
.. code-block:: javascript
46
46
47
47
{
48
- "_id" : "d.local-2012-12-11T14:09:21-0 ",
49
- "server" : "<hostanme >:<port>",
48
+ "_id" : "<hostname>-<timestamp>-<increment> ",
49
+ "server" : "<hostname >:<port>",
50
50
"clientAddr" : "127.0.0.1:63381",
51
51
"time" : ISODate("2012-12-11T14:09:21.039Z"),
52
52
"what" : "split",
@@ -70,7 +70,7 @@ Collections
70
70
"<database>" : "<value>"
71
71
},
72
72
"lastmod" : Timestamp(1000, 1),
73
- "lastmodEpoch" : ObjectId("50c73e0bca6554d8d3b19a83" )
73
+ "lastmodEpoch" : ObjectId(<...> )
74
74
},
75
75
"right" : {
76
76
"min" : {
@@ -80,27 +80,23 @@ Collections
80
80
"<database>" : { $maxKey : 1 }
81
81
},
82
82
"lastmod" : Timestamp(1000, 2),
83
- "lastmodEpoch" : ObjectId("50c73e0bca6554d8d3b19a83 ")
83
+ "lastmodEpoch" : ObjectId("<...> ")
84
84
}
85
85
}
86
86
}
87
87
88
88
Each document in the :data:`changelog` collection contains the
89
89
following fields:
90
90
91
- .. What? commenting out because the description isn't clear and it
92
- doesn't appear in the example above.
91
+ .. data:: changelog._id
93
92
94
- .. data:: changelog.changeID
95
-
96
- hostname-time-increment
93
+ The value of ``changelog._id`` is:
94
+ ``<hostname>-<timestamp>-<increment>``.
97
95
98
96
.. data:: changelog.server
99
97
100
98
The hostname of the server that holds this data.
101
99
102
- .. FACTCHECK above.
103
-
104
100
.. data:: changelog.clientAddr
105
101
106
102
A string that holds the address of the client, a
0 commit comments