|
SYNOPSISssize_t mongoc_gridfs_file_readv (mongoc_gridfs_file_t *file, PARAMETERS
DESCRIPTIONThis function performs a scattered read from file, potentially blocking to read from the MongoDB server. The timeout_msec parameter is unused. RETURNSReturns the number of bytes read, or -1 on failure. Use mongoc_gridfs_file_error() to retrieve error details. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|