1MONGOC_COLLECTION_T(3) libmongoc MONGOC_COLLECTION_T(3)
2
3
4
6 mongoc_collection_t - mongoc_collection_t
7
9 typedef struct _mongoc_collection_t mongoc_collection_t;
10
11 mongoc_collection_t provides access to a MongoDB collection. This han‐
12 dle is useful for actions for most CRUD operations, I.e. insert,
13 update, delete, find, etc.
14
16 Read preferences and write concerns are inherited from the parent
17 client. They can be overridden by set_* commands if so desired.
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.17.4 Feb 04, 2021 MONGOC_COLLECTION_T(3)