mongoc_stream_gridfs_new (3) Linux Manual Page
mongoc_stream_gridfs_new() – This function shall create a new mongoc_gridfs_file_t. This function does not transfer ownership of file. Therefore, file must remain valid for the lifetime of this stream.
Synopsis
mongoc_stream_t *
mongoc_stream_gridfs_new (mongoc_gridfs_file_t *file);
Parameters
- file
- A mongoc_gridfs_file_t \&.
This function shall create a new mongoc_gridfs_file_t \&. This function does not transfer ownership of file \&. Therefore, file must remain valid for the lifetime of this stream.
