1MONGOC_GRIDFS_DROP(3)              libmongoc             MONGOC_GRIDFS_DROP(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_gridfs_drop (mongoc_gridfs_t *gridfs, bson_error_t *error);
8

PARAMETERS

10gridfs: A mongoc_gridfs_t.
11
12error: An optional location for a bson_error_t or NULL.
13

DESCRIPTION

15       Requests  that an entire GridFS be dropped, including all files associ‐
16       ated with it.
17

ERRORS

19       Errors are propagated via the error parameter.
20

RETURNS

22       Returns true if successful. Returns false and sets error if  there  are
23       invalid arguments or a server or network error.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 2023            MONGOC_GRIDFS_DROP(3)
Impressum