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

NAME

6       mongoc_gridfs_file_t - mongoc_gridfs_file_t
7

SYNOPSIS

9          typedef struct _mongoc_gridfs_file_t mongoc_gridfs_file_t;
10

DESCRIPTION

12       This  structure provides a MongoDB GridFS file abstraction. It provides
13       several APIs.
14
15       · readv, writev, seek, and tell.
16
17       · General file metadata such as filename and length.
18
19       · GridFS metadata such as md5, filename, content_type,  aliases,  meta‐
20         data, chunk_size, and upload_date.
21

THREAD SAFETY

23       This  structure  is  NOT  thread-safe  and should only be used from one
24       thread at a time.
25
27       · mongoc_client_t
28
29       · mongoc_gridfs_t
30
31       · mongoc_gridfs_file_list_t
32
33       · mongoc_gridfs_file_opt_t
34

AUTHOR

36       MongoDB, Inc
37
39       2017-present, MongoDB, Inc
40
41
42
43
441.16.2                           Feb 25, 2020          MONGOC_GRIDFS_FILE_T(3)
Impressum