1MONGOC_GRIDFS_FIND(3)          MongoDB C Driver          MONGOC_GRIDFS_FIND(3)
2
3
4

NAME

6       mongoc_gridfs_find - mongoc_gridfs_find()
7

DEPRECATED

9       This function is deprecated, use mongoc_gridfs_find_with_opts instead.
10

SYNOPSIS

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

PARAMETERS

17       · gridfs: A mongoc_gridfs_t.
18
19       · query: A bson_t.
20

DESCRIPTION

22       Finds  all  gridfs  files  matching  query. You can iterate the matched
23       gridfs files with the resulting file list.
24

RETURNS

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

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.13.1                           Jan 24, 2019            MONGOC_GRIDFS_FIND(3)
Impressum