1MONGOC_COLLECTION_T(3) MongoDB C Driver MONGOC_COLLECTION_T(3)
2
3
4
6 mongoc_collection_t - mongoc_collection_t
7
9 #include <mongoc/mongoc.h>
10
11 typedef struct _mongoc_collection_t mongoc_collection_t;
12
13 mongoc_collection_t provides access to a MongoDB collection. This han‐
14 dle is useful for actions for most CRUD operations, I.e. insert,
15 update, delete, find, etc.
16
18 Read preferences and write concerns are inherited from the parent
19 client. They can be overridden by set_* commands if so desired.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.14.0 Feb 22, 2019 MONGOC_COLLECTION_T(3)