1MONGOC_GRIDFS_GET_CHUNKS(3)    MongoDB C Driver    MONGOC_GRIDFS_GET_CHUNKS(3)
2
3
4

NAME

6       mongoc_gridfs_get_chunks - mongoc_gridfs_get_chunks()
7

SYNOPSIS

9          mongoc_collection_t *
10          mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs);
11

PARAMETERS

13       ยท gridfs: A mongoc_gridfs_t.
14

DESCRIPTION

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

RETURNS

21       Returns a mongoc_collection_t that should not be modified or freed.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.13.1                           Jan 24, 2019      MONGOC_GRIDFS_GET_CHUNKS(3)
Impressum