Provided by: libmongoc-doc_1.16.1-1build2_all bug

NAME

       mongoc_gridfs_bucket_abort_upload - mongoc_gridfs_bucket_abort_upload()

SYNOPSIS

          bool
          mongoc_gridfs_bucket_abort_upload (mongoc_stream_t *stream);

PARAMETERS

stream:     A     mongoc_stream_t     created     by     mongoc_gridfs_bucket_open_upload_stream     or
         mongoc_gridfs_bucket_open_upload_stream_with_id.

DESCRIPTION

       Aborts the upload of a GridFS upload stream.

SEE ALSO

       mongoc_gridfs_bucket_open_upload_stream

       mongoc_gridfs_bucket_open_upload_stream_with_id()

RETURNS

       True on success. False otherwise, and sets an error on stream.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.16.1                                            Mar 03, 2020              MONGOC_GRIDFS_BUCKET_ABORT_UPLOAD(3)