1MONGOC_GRIDFS_FILE_OPT_T(3) libmongoc MONGOC_GRIDFS_FILE_OPT_T(3)
2
3
4
6 mongoc_gridfs_file_opt_t - mongoc_gridfs_file_opt_t
7
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
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
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.20.0 Nov 18, 2021 MONGOC_GRIDFS_FILE_OPT_T(3)