| Package | Description |
|---|---|
| com.mongodb.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
| Class and Description |
|---|
| GridFS
Implementation of GridFS - a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.
|
| GridFSDBFile
This class enables retrieving a GridFS file metadata and content.
|
| GridFSFile
The abstract class representing a GridFS file.
|
| GridFSInputFile
This class represents a GridFS file to be written to the database.
|
Copyright © 2017. All rights reserved.