1MONGOC_GRIDFS_GET_CHUNKS(3) libmongoc MONGOC_GRIDFS_GET_CHUNKS(3)
2
3
4
6 mongoc_gridfs_get_chunks - mongoc_gridfs_get_chunks()
7
9 mongoc_collection_t *
10 mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs);
11
13 • gridfs: A mongoc_gridfs_t.
14
16 Returns a mongoc_collection_t that contains the chunks for files. This
17 instance is owned by the mongoc_gridfs_t instance and should not be
18 modified or freed.
19
21 Returns a mongoc_collection_t that should not be modified or freed.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.17.6 Jun 03, 2021 MONGOC_GRIDFS_GET_CHUNKS(3)