1MONGOC_GRIDFS_REMOVE_BY_FILENAME(3)libmongocMONGOC_GRIDFS_REMOVE_BY_FILENAME(3)
2
3
4
6 mongoc_gridfs_remove_by_filename - mongoc_gridfs_remove_by_filename()
7
9 bool
10 mongoc_gridfs_remove_by_filename (mongoc_gridfs_t *gridfs,
11 const char *filename,
12 bson_error_t *error);
13
15 • gridfs: A mongoc_gridfs_t.
16
17 • filename: A UTF-8 encoded string containing the filename.
18
19 • error: An optional location for a bson_error_t or NULL.
20
22 Removes all files matching filename and their data chunks from the Mon‐
23 goDB server.
24
26 Returns true if successful, including when no files match. Returns
27 false and sets error if there are invalid arguments or a server or net‐
28 work error.
29
31 Errors are propagated via the error parameter.
32
34 MongoDB, Inc
35
37 2017-present, MongoDB, Inc
38
39
40
41
421.23.1 Oct 20, 202M2ONGOC_GRIDFS_REMOVE_BY_FILENAME(3)