| Name | Description | Type | Package | Framework |
| CLI | A simple CLI for GridFS. | Class | mongodb.gridfs | MongoDB NoSQL |
| GridFS | Implementation of GridFS - a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB. | Class | mongodb.gridfs | MongoDB NoSQL |
| GridFSDBFile | This class enables retrieving a GridFS file metadata and content. | Class | mongodb.gridfs | MongoDB NoSQL |
| GridFSFile | The abstract class representing a GridFS file. | Class | mongodb.gridfs | MongoDB NoSQL |
| GridFSInputFile | This class represents a GridFS file to be written to the database. | Class | mongodb.gridfs | MongoDB NoSQL |
| GridFsCriteria | GridFs-specific helper class to define Criterias. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
| GridFsOperations | Collection of operations to store and read files from MongoDB GridFS. | Interface | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
| GridFsResource | GridFSDBFile based Resource implementation. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |
| GridFsTemplate | GridFsOperations implementation to store content into MongoDB GridFS. | Class | org.springframework.data.mongodb.gridfs | SpringData MongoDb |