SYNOPSIS
mongoc_collection_t *mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs);
DESCRIPTION
The mongoc_gridfs_get_chunks() function returns a mongoc_collection_t for the collection containing the chunks within 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.