1MONGOC_GRIDFS_FILE_T(3) libmongoc MONGOC_GRIDFS_FILE_T(3)
2
3
4
6 typedef struct _mongoc_gridfs_file_t mongoc_gridfs_file_t;
7
9 This structure provides a MongoDB GridFS file abstraction. It provides
10 several APIs.
11
12 • readv, writev, seek, and tell.
13
14 • General file metadata such as filename and length.
15
16 • GridFS metadata such as md5, filename, content_type, aliases, meta‐
17 data, chunk_size, and upload_date.
18
20 This structure is NOT thread-safe and should only be used from one
21 thread at a time.
22
24 • mongoc_client_t
25
26 • mongoc_gridfs_t
27
28 • mongoc_gridfs_file_list_t
29
30 • mongoc_gridfs_file_opt_t
31
33 MongoDB, Inc
34
36 2017-present, MongoDB, Inc
37
38
39
40
411.25.1 Nov 08, 2023 MONGOC_GRIDFS_FILE_T(3)