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

SYNOPSIS

6          void
7          mongoc_gridfs_file_set_md5 (mongoc_gridfs_file_t *file, const char *md5);
8

PARAMETERS

10file: A mongoc_gridfs_file_t.
11
12str: A string containing the MD5 of the file.
13

DESCRIPTION

15       Sets the MD5 checksum for file.
16
17       You need to call mongoc_gridfs_file_save() to persist this change.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023    MONGOC_GRIDFS_FILE_SET_MD5(3)
Impressum