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