|
SYNOPSISbool mongoc_gridfs_file_remove (mongoc_gridfs_file_t *file, bson_error_t *error); PARAMETERS
DESCRIPTIONRemoves file and its data chunks from the MongoDB server. RETURNSReturns true if successful. Returns false and sets error if there are invalid arguments or a server or network error. ERRORSErrors are propagated via the error parameter. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|