1MONGOC_GRIDFS_FILE_SET_MD5(3)      libmongoc     MONGOC_GRIDFS_FILE_SET_MD5(3)
2
3
4

NAME

6       mongoc_gridfs_file_set_md5 - mongoc_gridfs_file_set_md5()
7

SYNOPSIS

9          void
10          mongoc_gridfs_file_set_md5 (mongoc_gridfs_file_t *file, const char *md5);
11

PARAMETERS

13file: A mongoc_gridfs_file_t.
14
15str: A string containing the MD5 of the file.
16

DESCRIPTION

18       Sets the MD5 checksum for file.
19
20       You need to call mongoc_gridfs_file_save() to persist this change.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.20.0                           Nov 18, 2021    MONGOC_GRIDFS_FILE_SET_MD5(3)
Impressum