1MONGOC_GRIDFS_FILE_SET_MD5(3) MongoDB C Driver MONGOC_GRIDFS_FILE_SET_MD5(3)
2
3
4
6 mongoc_gridfs_file_set_md5 - mongoc_gridfs_file_set_md5()
7
9 void
10 mongoc_gridfs_file_set_md5 (mongoc_gridfs_file_t *file, const char *md5);
11
13 · file: A mongoc_gridfs_file_t.
14
15 · str: A string containing the MD5 of the file.
16
18 Sets the MD5 checksum for file.
19
20 You need to call mongoc_gridfs_file_save() to persist this change.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.14.0 Feb 22, 2019 MONGOC_GRIDFS_FILE_SET_MD5(3)