1MONGOC_GRIDFS_GET_FILES(3) MongoDB C Driver MONGOC_GRIDFS_GET_FILES(3)
2
3
4
6 mongoc_gridfs_get_files - mongoc_gridfs_get_files()
7
9 mongoc_collection_t *
10 mongoc_gridfs_get_files (mongoc_gridfs_t *gridfs);
11
13 ยท gridfs: A mongoc_gridfs_t.
14
16 Retrieves the mongoc_collection_t containing the file metadata for
17 GridFS. This instance is owned by the mongoc_gridfs_t 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.14.0 Feb 22, 2019 MONGOC_GRIDFS_GET_FILES(3)