1MONGOC_GRIDFS_FIND(3) MongoDB C Driver MONGOC_GRIDFS_FIND(3)
2
3
4
6 mongoc_gridfs_find - mongoc_gridfs_find()
7
9 This function is deprecated, use mongoc_gridfs_find_with_opts instead.
10
12 mongoc_gridfs_file_list_t *
13 mongoc_gridfs_find (mongoc_gridfs_t *gridfs, const bson_t *query)
14 BSON_GNUC_DEPRECATED_FOR (mongoc_gridfs_find_with_opts);
15
17 · gridfs: A mongoc_gridfs_t.
18
19 · query: A bson_t.
20
22 Finds all gridfs files matching query. You can iterate the matched
23 gridfs files with the resulting file list.
24
26 A newly allocated mongoc_gridfs_file_list_t that should be freed with
27 mongoc_gridfs_file_list_destroy() when no longer in use.
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.14.0 Feb 22, 2019 MONGOC_GRIDFS_FIND(3)