SYNOPSIS

void
mongoc_gridfs_file_destroy (mongoc_gridfs_file_t *file);

DESCRIPTION

The mongoc_gridfs_file_destroy() function shall destroy the gridfs file referenced by the gridfs_file argument and any resources associated with the gridfs file.

RETURN VALUE

The mongoc_gridfs_file_destroy() function has no return value.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.