1MONGOC_GRIDFS_GET_CHUNKS(3)        libmongoc       MONGOC_GRIDFS_GET_CHUNKS(3)
2
3
4

SYNOPSIS

6          mongoc_collection_t *
7          mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs);
8

PARAMETERS

10gridfs: A mongoc_gridfs_t.
11

DESCRIPTION

13       Returns  a mongoc_collection_t that contains the chunks for files. This
14       instance is owned by the mongoc_gridfs_t instance  and  should  not  be
15       modified or freed.
16

RETURNS

18       Returns a mongoc_collection_t that should not be modified or freed.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.25.1                           Nov 08, 2023      MONGOC_GRIDFS_GET_CHUNKS(3)
Impressum