1MONGOC_COLLECTION_T(3)             libmongoc            MONGOC_COLLECTION_T(3)
2
3
4

NAME

6       mongoc_collection_t - mongoc_collection_t
7

SYNOPSIS

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

READ PREFERENCES AND WRITE CONCERNS

16       Read  preferences  and  write  concerns  are  inherited from the parent
17       client. They can be overridden by set_* commands if so desired.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.16.2                           Feb 25, 2020           MONGOC_COLLECTION_T(3)
Impressum