|  |  
 |   |   
 SYNOPSISmongoc_stream_t * mongoc_gridfs_bucket_open_download_stream (mongoc_gridfs_bucket_t *bucket, PARAMETERS
 DESCRIPTIONOpens a stream for reading a file from GridFS. RETURNSA mongoc_stream_t that can be read from or NULL on failure. Errors on this stream can be retrieved with mongoc_gridfs_bucket_stream_error(). SEE ALSO: mongoc_gridfs_bucket_stream_error() AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |