1MONGOC_GRIDFS_FILE_GET_MD5(3) libmongoc MONGOC_GRIDFS_FILE_GET_MD5(3)
23
4
NAME
6mongoc_gridfs_file_get_md5 - mongoc_gridfs_file_get_md5()
7
SYNOPSIS
9const char *
10mongoc_gridfs_file_get_md5 (mongoc_gridfs_file_t *file);
11
PARAMETERS
13• file: A mongoc_gridfs_file_t.
14
DESCRIPTION
16Fetches the pre-computed MD5 for the underlying gridfs file.
17
RETURNS
19Returns a string that should not be modified or freed.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.24.3 Aug 17, 2023 MONGOC_GRIDFS_FILE_GET_MD5(3)