Example usage for Java com.mongodb.gridfs GridFSFile fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getContentType() Gets the content type. |
String | getFilename() Gets the filename. |
Object | getId() Gets the id. |
long | getLength() Gets the file's length. |
String | getMD5() Gets the observed MD5 during transfer |
DBObject | getMetaData() Gets the file metadata. |
Date | getUploadDate() Gets the upload date. |
Object | put(final String key, final Object v) |
void | save() Saves the file entry to the files collection |
void | setMetaData(final DBObject metadata) Gets the file metadata. |
String | toString() |