Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_GRIDFS...T_ABORT_UPLOAD(3)   libmongoc  MONGOC_GRIDFS...T_ABORT_UPLOAD(3)

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.

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

     SEE ALSO:
	mongoc_gridfs_bucket_open_upload_stream()

	mongoc_gridfs_bucket_open_upload_stream_with_id()

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026 MONGOC_GRIDFS...T_ABORT_UPLOAD(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_gridfs_bucket_abort_upload&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help