PARAMETERS
- Provided by: libmongoc-doc (Version: 1.26.0-1.1ubuntu2)
- Source: mongo-c-driver
- Report a bug
opts may be NULL or a BSON document with additional command options:
Opens a stream for writing to a new file in GridFS for a specified file id. To have libmongoc generate an id, use mongoc_gridfs_bucket_open_upload_stream().
A mongoc_stream_t that can be written to or NULL on failure. Errors on this stream can be retrieved with mongoc_gridfs_bucket_stream_error(). After calling mongoc_stream_close() the file is completely written in GridFS.
SEE ALSO:
mongoc_gridfs_bucket_open_upload_stream()
mongoc_gridfs_bucket_stream_error()
MongoDB, Inc
2017-present, MongoDB, Inc