SYNOPSIS
mongoc_collection_t *mongoc_gridfs_get_files (mongoc_gridfs_t *gridfs);
DESCRIPTION
The mongoc_gridfs_get_files() function returns a mongoc_collection_t for the collection containing the files. This structure should not be modified or freed.
RETURN VALUE
A mongoc_collection_t that should not be modified or freed.
SEE ALSO
AUTHORS
This page was written by MongoDB, Inc.