1MONGOC_GRIDFS_FILE_SET_FILENAME(3) libmongocMONGOC_GRIDFS_FILE_SET_FILENAME(3)
2
3
4
6 mongoc_gridfs_file_set_filename - mongoc_gridfs_file_set_filename()
7
9 void
10 mongoc_gridfs_file_set_filename (mongoc_gridfs_file_t *file,
11 const char *filename);
12
14 • file: A mongoc_gridfs_file_t.
15
16 • str: A UTF-8 encoded string containing the filename.
17
19 Sets the filename for file.
20
21 You need to call mongoc_gridfs_file_save() to persist this change.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.17.6 Jun 03, 2021MONGOC_GRIDFS_FILE_SET_FILENAME(3)