1BSON_OID_INIT_SEQUENCE(3) Libbson BSON_OID_INIT_SEQUENCE(3)
2
3
4
6 bson_oid_init_sequence - bson_oid_init_sequence()
7
9 void
10 bson_oid_init_sequence (bson_oid_t *oid, bson_context_t *context);
11
13 · oid: A bson_oid_t.
14
15 · context: An optional bson_context_t.
16
18 Generates a new ObjectID using the 64-bit sequence.
19
20 WARNING:
21 This form of ObjectID is generally used by MongoDB replica peers
22 only.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.13.1 Jan 24, 2019 BSON_OID_INIT_SEQUENCE(3)