Package com.mongodb.gridfs
@NonNullApi
package com.mongodb.gridfs
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
- MongoDB documentation
- GridFS
-
ClassDescriptionImplementation of GridFS - a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.This class enables retrieving a GridFS file metadata and content.The abstract class representing a GridFS file.This class represents a GridFS file to be written to the database.