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

SYNOPSIS

6          typedef struct {
7             const char *md5;
8             const char *filename;
9             const char *content_type;
10             const bson_t *aliases;
11             const bson_t *metadata;
12             uint32_t chunk_size;
13          } mongoc_gridfs_file_opt_t;
14

DESCRIPTION

16       This    structure   contains   options   that   can   be   set   on   a
17       mongoc_gridfs_file_t. It can be used by various functions when creating
18       a new gridfs file.
19

AUTHOR

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