mongoc_gridfs_find (3) Linux Manual Page
mongoc_gridfs_find() – Finds all gridfs files matching query. You can iterate the matched gridfs files with the resulting file list.
Synopsis
mongoc_gridfs_file_list_t *
mongoc_gridfs_find (mongoc_gridfs_t *gridfs,
const bson_t *query);
Parameters
- gridfs
- A mongoc_gridfs_t \&.
- query
- A bson_t \&.
