SYNOPSIS

mongoc_stream_t *
mongoc_stream_gridfs_new (mongoc_gridfs_file_t *file);

DESCRIPTION

The mongoc_stream_gridfs_new() function shall create a new mongoc_stream(7).

file

A mongoc_gridfs_file(7) to read and write from

RETURN VALUE

The mongoc_stream_gridfs_new() function returns a new mongoc_stream(7).

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.