|
SYNOPSISint64_t mongoc_gridfs_file_get_upload_date (mongoc_gridfs_file_t *file); PARAMETERS
DESCRIPTIONFetches the specified upload date of the gridfs file in milliseconds since the UNIX epoch. RETURNSA signed int64 with the upload date in milliseconds since the UNIX epoch. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|