1MONGOC_GRIDFS_FILE_GET_UPLOAD_DATE(3l)ibmongMoOcNGOC_GRIDFS_FILE_GET_UPLOAD_DATE(3)
2
3
4
6 mongoc_gridfs_file_get_upload_date - mongoc_gridfs_file_get_up‐
7 load_date()
8
10 int64_t
11 mongoc_gridfs_file_get_upload_date (mongoc_gridfs_file_t *file);
12
14 • file: A mongoc_gridfs_file_t.
15
17 Fetches the specified upload date of the gridfs file in milliseconds
18 since the UNIX epoch.
19
21 A signed int64 with the upload date in milliseconds since the UNIX
22 epoch.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.23.1 Oct 20, 2M0O2N2GOC_GRIDFS_FILE_GET_UPLOAD_DATE(3)