1MONGOC_GRIDFS_CREATE_FILE(3) libmongoc MONGOC_GRIDFS_CREATE_FILE(3)
2
3
4
6 mongoc_gridfs_create_file - mongoc_gridfs_create_file()
7
9 mongoc_gridfs_file_t *
10 mongoc_gridfs_create_file (mongoc_gridfs_t *gridfs,
11 mongoc_gridfs_file_opt_t *opt)
12 BSON_GNUC_WARN_UNUSED_RESULT;
13
15 • gridfs: A mongoc_gridfs_t.
16
17 • opt: A mongoc_gridfs_file_opt_t to specify file options.
18
20 This function shall create a new mongoc_gridfs_file_t.
21
22 Use mongoc_gridfs_file_writev() to write to the file.
23
25 Returns a newly allocated mongoc_gridfs_file_t that should be freed
26 with mongoc_gridfs_file_destroy().
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.20.0 Nov 18, 2021 MONGOC_GRIDFS_CREATE_FILE(3)