logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

int64_t

Author

       MongoDB, Inc

Description

       Fetches the specified upload date of the gridfs file in milliseconds since the UNIX epoch.

Parameters

file: A mongoc_gridfs_file_t.

Returns

       A signed int64 with the upload date in milliseconds since the UNIX epoch.

Synopsis

          int64_t
          mongoc_gridfs_file_get_upload_date (mongoc_gridfs_file_t *file);

See Also