|
NAMEMongoose::File - container for MongoDB::GridFSBucket filesDESCRIPTIONThis module is automatically used when your class has "FileHandle" type attributes.It wraps MongoDB::GridFSBucket::DownloadStream and adds a few convenience methods to it. METHODSdeleteDeletes the GridFS file entry.dropSame as deleteslurpRetrieve the full content of the file at once.
Visit the GSP FreeBSD Man Page Interface. |