1MONGOC_GRIDFS_FILE_T(3)            libmongoc           MONGOC_GRIDFS_FILE_T(3)
2
3
4

SYNOPSIS

6          typedef struct _mongoc_gridfs_file_t mongoc_gridfs_file_t;
7

DESCRIPTION

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

THREAD SAFETY

20       This  structure  is  NOT  thread-safe  and should only be used from one
21       thread at a time.
22
24mongoc_client_t
25
26mongoc_gridfs_t
27
28mongoc_gridfs_file_list_t
29
30mongoc_gridfs_file_opt_t
31

AUTHOR

33       MongoDB, Inc
34
36       2017-present, MongoDB, Inc
37
38
39
40
411.25.1                           Nov 08, 2023          MONGOC_GRIDFS_FILE_T(3)
Impressum