1MONGOC_GRIDFS_FILE_OPT_T(3)        libmongoc       MONGOC_GRIDFS_FILE_OPT_T(3)
2
3
4

NAME

6       mongoc_gridfs_file_opt_t - mongoc_gridfs_file_opt_t
7

SYNOPSIS

9          typedef struct {
10             const char *md5;
11             const char *filename;
12             const char *content_type;
13             const bson_t *aliases;
14             const bson_t *metadata;
15             uint32_t chunk_size;
16          } mongoc_gridfs_file_opt_t;
17

DESCRIPTION

19       This   structure   contains   options   that  can  be  set  on  a  mon‐
20       goc_gridfs_file_t. It can be used by various functions when creating  a
21       new gridfs file.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.16.2                           Feb 25, 2020      MONGOC_GRIDFS_FILE_OPT_T(3)
Impressum