1MONGOC_GRIDFS_GET_FILES(3) libmongoc MONGOC_GRIDFS_GET_FILES(3)
2
3
4
6 mongoc_collection_t *
7 mongoc_gridfs_get_files (mongoc_gridfs_t *gridfs);
8
10 • gridfs: A mongoc_gridfs_t.
11
13 Retrieves the mongoc_collection_t containing the file metadata for
14 GridFS. This instance is owned by the mongoc_gridfs_t and should not be
15 modified or freed.
16
18 Returns a mongoc_collection_t that should not be modified or freed.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.25.1 Nov 08, 2023 MONGOC_GRIDFS_GET_FILES(3)